Html Css Color HEX #21840E Forest Green

📋 copy color: '#21840E'

red 33 ◦ green 132 ◦ blue 14

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

Shades of Forest Green #21840E

Tints of Forest Green #21840E

RGB

 RED value IS 33 (13.28% from 255) = 18.44%

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

 BLUE value IS 14 (5.86% from 255) = 7.82%

R = 18.44%
G = 73.74%
B = 7.82%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#21840E (or 0x21840E) is known color: Forest Green. HEX triplet: 21, 84 and 0E. RGB value is (33,132,14). Sum of RGB (Red+Green+Blue) = 33+132+14=179 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.44% from 179); Green value is 132 (51.95% from 255 or 73.74% from 179); Blue value is 14 (5.86% from 255 or 7.82% from 179); Max value from RGB is 132 - color contains mainly: green. Hex color #21840E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #21840E is #DE7BF1. Grayscale: #595959. Windows color (decimal): -14580722 or 951329. OLE color: 951329.

HSL color Cylindrical-coordinate representation of color #21840E: hue angle of 110.34º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #21840E is Cyan = 0.75, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 33 132 14 -
CMYK 0.75 0 0.89 0.48
HSL 110.34º 0.81% 0.29% -
HSV(B) 110.34º 0.89% 0.52% -
XYZ 8.96 16.86 3.2 -
YUV 88.95 85.7 88.09 -
System Red Green Blue C M Y K H S L
Decimal 33 132 14 0.75 0 0.89 0.48 110.34 0.81 0.29
Hex 21 84 E 4B 0 59 30 6E 51 1D
Octal 41 204 16 113 0 131 60 156 121 35
Binary 100001 10000100 1110 1001011 0 1011001 110000 1101110 1010001 11101

Color Harmonies of #21840E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21840E

Black with #21840E

Text Example


Text Example

White with #21840E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21840E; }

 p { color: rgb(33,132,14); }

 H1.HeaderClassName
 {
   color: #21840E;
 }
 .AnyTagClassName
 {
   color: #21840E;
 }
</style>

background-color css

<style>
 a { background-color: #21840E; }

 a { background-color: rgb(33,132,14); }

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

border-color css

<style>
 span { border-color: #21840E; }

 span { border-color: rgb(33,132,14); }

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