Html Css Color HEX #1B841C Forest Green

📋 copy color: '#1B841C'

red 27 ◦ green 132 ◦ blue 28

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

Shades of Forest Green #1B841C

Tints of Forest Green #1B841C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 70.59%

 BLUE value IS 28 (11.33% from 255) = 14.97%

R = 14.44%
G = 70.59%
B = 14.97%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.79

 K value IS 0.48

RGB Variations

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

Color information

#1B841C (or 0x1B841C) is known color: Forest Green. HEX triplet: 1B, 84 and 1C. RGB value is (27,132,28). Sum of RGB (Red+Green+Blue) = 27+132+28=187 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.44% from 187); Green value is 132 (51.95% from 255 or 70.59% from 187); Blue value is 28 (11.33% from 255 or 14.97% from 187); Max value from RGB is 132 - color contains mainly: green. Hex color #1B841C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B841C is #E47BE3. Grayscale: #595959. Windows color (decimal): -14973924 or 1868827. OLE color: 1868827.

HSL color Cylindrical-coordinate representation of color #1B841C: hue angle of 120.57º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B841C is Cyan = 0.80, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB 27 132 28 -
CMYK 0.80 0 0.79 0.48
HSL 120.57º 0.66% 0.31% -
HSV(B) 120.57º 0.8% 0.52% -
XYZ 8.91 16.82 3.88 -
YUV 88.75 93.71 83.96 -
System Red Green Blue C M Y K H S L
Decimal 27 132 28 0.80 0 0.79 0.48 120.57 0.66 0.31
Hex 1B 84 1C 50 0 4F 30 79 42 1F
Octal 33 204 34 120 0 117 60 171 102 37
Binary 11011 10000100 11100 1010000 0 1001111 110000 1111001 1000010 11111

Color Harmonies of #1B841C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B841C

Black with #1B841C

Text Example


Text Example

White with #1B841C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,132,28); }

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

background-color css

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

 a { background-color: rgb(27,132,28); }

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

border-color css

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

 span { border-color: rgb(27,132,28); }

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