Html Css Color HEX #21370E Pine Tree

📋 copy color: '#21370E'

red 33 ◦ green 55 ◦ blue 14

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

Shades of Pine Tree #21370E

Tints of Pine Tree #21370E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 53.92%

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

R = 32.35%
G = 53.92%
B = 13.73%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#21370E (or 0x21370E) is known color: Pine Tree. HEX triplet: 21, 37 and 0E. RGB value is (33,55,14). Sum of RGB (Red+Green+Blue) = 33+55+14=102 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.35% from 102); Green value is 55 (21.88% from 255 or 53.92% from 102); Blue value is 14 (5.86% from 255 or 13.73% from 102); Max value from RGB is 55 - color contains mainly: green. Hex color #21370E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21370E is #DEC8F1. Grayscale: #2B2B2B. Windows color (decimal): -14600434 or 931617. OLE color: 931617.

HSL color Cylindrical-coordinate representation of color #21370E: hue angle of 92.2º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #21370E is Cyan = 0.4, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB 33 55 14 -
CMYK 0.4 0 0.75 0.78
HSL 92.2º 0.59% 0.14% -
HSV(B) 92.2º 0.75% 0.22% -
XYZ 2.07 3.09 0.9 -
YUV 43.75 111.21 120.33 -
System Red Green Blue C M Y K H S L
Decimal 33 55 14 0.4 0 0.75 0.78 92.2 0.59 0.14
Hex 21 37 E 28 0 4B 4E 5C 3B E
Octal 41 67 16 50 0 113 116 134 73 16
Binary 100001 110111 1110 101000 0 1001011 1001110 1011100 111011 1110

Color Harmonies of #21370E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21370E

Black with #21370E

Text Example


Text Example

White with #21370E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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