Html Css Color HEX #21370D Pine Tree

📋 copy color: '#21370D'

red 33 ◦ green 55 ◦ blue 13

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

Shades of Pine Tree #21370D

Tints of Pine Tree #21370D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 12.87%

R = 32.67%
G = 54.46%
B = 12.87%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.76

 K value IS 0.78

RGB Variations

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

Color information

#21370D (or 0x21370D) is known color: Pine Tree. HEX triplet: 21, 37 and 0D. RGB value is (33,55,13). Sum of RGB (Red+Green+Blue) = 33+55+13=101 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.67% from 101); Green value is 55 (21.88% from 255 or 54.46% from 101); Blue value is 13 (5.47% from 255 or 12.87% from 101); Max value from RGB is 55 - color contains mainly: green. Hex color #21370D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21370D is #DEC8F2. Grayscale: #2B2B2B. Windows color (decimal): -14600435 or 866081. OLE color: 866081.

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

Color convert

RGB 33 55 13 -
CMYK 0.4 0 0.76 0.78
HSL 91.43º 0.62% 0.13% -
HSV(B) 91.43º 0.76% 0.22% -
XYZ 2.07 3.08 0.87 -
YUV 43.63 110.71 120.42 -
System Red Green Blue C M Y K H S L
Decimal 33 55 13 0.4 0 0.76 0.78 91.43 0.62 0.13
Hex 21 37 D 28 0 4C 4E 5B 3E D
Octal 41 67 15 50 0 114 116 133 76 15
Binary 100001 110111 1101 101000 0 1001100 1001110 1011011 111110 1101

Color Harmonies of #21370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21370D

Black with #21370D

Text Example


Text Example

White with #21370D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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