Html Css Color HEX #1B802F Forest Green

📋 copy color: '#1B802F'

red 27 ◦ green 128 ◦ blue 47

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

Shades of Forest Green #1B802F

Tints of Forest Green #1B802F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 63.37%

 BLUE value IS 47 (18.75% from 255) = 23.27%

R = 13.37%
G = 63.37%
B = 23.27%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.63

 K value IS 0.50

RGB Variations

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

Color information

#1B802F (or 0x1B802F) is known color: Forest Green. HEX triplet: 1B, 80 and 2F. RGB value is (27,128,47). Sum of RGB (Red+Green+Blue) = 27+128+47=202 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.37% from 202); Green value is 128 (50.39% from 255 or 63.37% from 202); Blue value is 47 (18.75% from 255 or 23.27% from 202); Max value from RGB is 128 - color contains mainly: green. Hex color #1B802F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B802F is #E47FD0. Grayscale: #585858. Windows color (decimal): -14974929 or 3112987. OLE color: 3112987.

HSL color Cylindrical-coordinate representation of color #1B802F: hue angle of 131.88º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B802F is Cyan = 0.79, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.50.

Color convert

RGB 27 128 47 -
CMYK 0.79 0 0.63 0.50
HSL 131.88º 0.65% 0.3% -
HSV(B) 131.88º 0.79% 0.5% -
XYZ 8.68 15.88 5.3 -
YUV 88.57 104.54 84.09 -
System Red Green Blue C M Y K H S L
Decimal 27 128 47 0.79 0 0.63 0.50 131.88 0.65 0.3
Hex 1B 80 2F 4F 0 3F 32 84 41 1E
Octal 33 200 57 117 0 77 62 204 101 36
Binary 11011 10000000 101111 1001111 0 111111 110010 10000100 1000001 11110

Color Harmonies of #1B802F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B802F

Black with #1B802F

Text Example


Text Example

White with #1B802F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,128,47); }

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

background-color css

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

 a { background-color: rgb(27,128,47); }

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

border-color css

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

 span { border-color: rgb(27,128,47); }

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