#1FB23A

Color #1FB23A Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #1FB23A

Tints of Dark Pastel Green #1FB23A

Color information

#1FB23A (or 0x1FB23A) is unknown color: approx Dark Pastel Green. HEX triplet: 1F, B2 and 3A. RGB value is (31,178,58). Sum of RGB (Red+Green+Blue) = 31+178+58=267 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.61% from 267); Green value is 178 (69.92% from 255 or 66.67% from 267); Blue value is 58 (23.05% from 255 or 21.72% from 267); Max value from RGB is 178 - color contains mainly: green. Hex color #1FB23A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FB23A is #E04DC5. Grayscale: #787878. Windows color (decimal): -14699974 or 3846687. OLE color: 3846687.

HSL color Cylindrical-coordinate representation of color #1FB23A: hue angle of 131.02º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FB23A is Cyan = 0.83, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.30.

Color convert

RGB3117858-
CMYK0.8300.670.30
HSL131.02º70.33%40.98%-
HSV(B)131.02º82.58%69.8%-
XYZ17.2532.449.35-
YUV120.3792.864.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 31 (12.5% from 255) = 11.61%
GREEN value IS 178 (69.92% from 255) = 66.67%
BLUE value IS 58 (23.05% from 255) = 21.72%
R=11.61%
G=66.67%
B=21.72%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal31178580.8300.670.30131.0270.3340.98
Hex1FB23A530431E834629
Octal372627212301033620310651
Binary111111011001011101010100110100001111110100000111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FB23A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1FB23A; }

 p { color: rgb(31,178,58); }

 H1.HeaderClassName
 {
   color: #1FB23A;
 }
 .AnyTagClassName
 {
   color: #1FB23A;
 }
</style>
background-color css

<style>
 a { background-color: #1FB23A; }

 a { background-color: rgb(31,178,58); }

 div.DivClassName
 {
   background-color: #1FB23A;
 }
 .BgClassName
 {
   background-color: #1FB23A;
 }
</style>
border-color css

<style>
 span { border-color: #1FB23A; }

 span { border-color: rgb(31,178,58); }

 td.TdClassName
 {
   border-color: #1FB23A;
 }
 .TagClassName
 {
   border-color: #1FB23A;
 }
</style>