Html Css Color HEX #21370C Pine Tree

📋 copy color: '#21370C'

red 33 ◦ green 55 ◦ blue 12

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

Shades of Pine Tree #21370C

Tints of Pine Tree #21370C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 12%

R = 33%
G = 55%
B = 12%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.78

 K value IS 0.78

RGB Variations

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

Color information

#21370C (or 0x21370C) is known color: Pine Tree. HEX triplet: 21, 37 and 0C. RGB value is (33,55,12). Sum of RGB (Red+Green+Blue) = 33+55+12=100 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33% from 100); Green value is 55 (21.88% from 255 or 55% from 100); Blue value is 12 (5.08% from 255 or 12% from 100); Max value from RGB is 55 - color contains mainly: green. Hex color #21370C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21370C is #DEC8F3. Grayscale: #2B2B2B. Windows color (decimal): -14600436 or 800545. OLE color: 800545.

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

Color convert

RGB 33 55 12 -
CMYK 0.4 0 0.78 0.78
HSL 90.7º 0.64% 0.13% -
HSV(B) 90.7º 0.78% 0.22% -
XYZ 2.06 3.08 0.83 -
YUV 43.52 110.21 120.5 -
System Red Green Blue C M Y K H S L
Decimal 33 55 12 0.4 0 0.78 0.78 90.7 0.64 0.13
Hex 21 37 C 28 0 4E 4E 5B 40 D
Octal 41 67 14 50 0 116 116 133 100 15
Binary 100001 110111 1100 101000 0 1001110 1001110 1011011 1000000 1101

Color Harmonies of #21370C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21370C

Black with #21370C

Text Example


Text Example

White with #21370C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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