Html Css Color HEX #1B9532 Forest Green

📋 copy color: '#1B9532'

red 27 ◦ green 149 ◦ blue 50

#1B9532
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #1B9532

Tints of Forest Green #1B9532

RGB

 RED value IS 27 (10.94% from 255) = 11.95%

 GREEN value IS 149 (58.59% from 255) = 65.93%

 BLUE value IS 50 (19.92% from 255) = 22.12%

R = 11.95%
G = 65.93%
B = 22.12%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#1B9532 (or 0x1B9532) is known color: Forest Green. HEX triplet: 1B, 95 and 32. RGB value is (27,149,50). Sum of RGB (Red+Green+Blue) = 27+149+50=226 (29% of max value = 765). Red value is 27 (10.94% from 255 or 11.95% from 226); Green value is 149 (58.59% from 255 or 65.93% from 226); Blue value is 50 (19.92% from 255 or 22.12% from 226); Max value from RGB is 149 - color contains mainly: green. Hex color #1B9532 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B9532 is #E46ACD. Grayscale: #656565. Windows color (decimal): -14969550 or 3314971. OLE color: 3314971.

HSL color Cylindrical-coordinate representation of color #1B9532: hue angle of 131.31º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B9532 is Cyan = 0.82, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB 27 149 50 -
CMYK 0.82 0 0.66 0.42
HSL 131.31º 0.69% 0.35% -
HSV(B) 131.31º 0.82% 0.58% -
XYZ 11.78 21.96 6.64 -
YUV 101.24 99.08 75.05 -
System Red Green Blue C M Y K H S L
Decimal 27 149 50 0.82 0 0.66 0.42 131.31 0.69 0.35
Hex 1B 95 32 52 0 42 2A 83 45 23
Octal 33 225 62 122 0 102 52 203 105 43
Binary 11011 10010101 110010 1010010 0 1000010 101010 10000011 1000101 100011

Color Harmonies of #1B9532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B9532

Black with #1B9532

Text Example


Text Example

White with #1B9532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,149,50); }

 H1.HeaderClassName
 {
   color: #1B9532;
 }
 .AnyTagClassName
 {
   color: #1B9532;
 }
</style>

background-color css

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

 a { background-color: rgb(27,149,50); }

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

border-color css

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

 span { border-color: rgb(27,149,50); }

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