Html Css Color HEX #21850F Forest Green

📋 copy color: '#21850F'

red 33 ◦ green 133 ◦ blue 15

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

Shades of Forest Green #21850F

Tints of Forest Green #21850F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 73.48%

 BLUE value IS 15 (6.25% from 255) = 8.29%

R = 18.23%
G = 73.48%
B = 8.29%

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

#21850F (or 0x21850F) is known color: Forest Green. HEX triplet: 21, 85 and 0F. RGB value is (33,133,15). Sum of RGB (Red+Green+Blue) = 33+133+15=181 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.23% from 181); Green value is 133 (52.34% from 255 or 73.48% from 181); Blue value is 15 (6.25% from 255 or 8.29% from 181); Max value from RGB is 133 - color contains mainly: green. Hex color #21850F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #21850F is #DE7AF0. Grayscale: #5A5A5A. Windows color (decimal): -14580465 or 1017121. OLE color: 1017121.

HSL color Cylindrical-coordinate representation of color #21850F: hue angle of 110.85º degrees, saturation: 0.8, 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 #21850F is Cyan = 0.75, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 33 133 15 -
CMYK 0.75 0 0.89 0.48
HSL 110.85º 0.8% 0.29% -
HSV(B) 110.85º 0.89% 0.52% -
XYZ 9.1 17.13 3.28 -
YUV 89.65 85.87 87.59 -
System Red Green Blue C M Y K H S L
Decimal 33 133 15 0.75 0 0.89 0.48 110.85 0.8 0.29
Hex 21 85 F 4B 0 59 30 6F 50 1D
Octal 41 205 17 113 0 131 60 157 120 35
Binary 100001 10000101 1111 1001011 0 1011001 110000 1101111 1010000 11101

Color Harmonies of #21850F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21850F

Black with #21850F

Text Example


Text Example

White with #21850F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21850F; }

 p { color: rgb(33,133,15); }

 H1.HeaderClassName
 {
   color: #21850F;
 }
 .AnyTagClassName
 {
   color: #21850F;
 }
</style>

background-color css

<style>
 a { background-color: #21850F; }

 a { background-color: rgb(33,133,15); }

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

border-color css

<style>
 span { border-color: #21850F; }

 span { border-color: rgb(33,133,15); }

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