Html Css Color HEX #21350C Pine Tree

📋 copy color: '#21350C'

red 33 ◦ green 53 ◦ blue 12

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

Shades of Pine Tree #21350C

Tints of Pine Tree #21350C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 54.08%

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

R = 33.67%
G = 54.08%
B = 12.24%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.77

 K value IS 0.79

RGB Variations

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

Color information

#21350C (or 0x21350C) is known color: Pine Tree. HEX triplet: 21, 35 and 0C. RGB value is (33,53,12). Sum of RGB (Red+Green+Blue) = 33+53+12=98 (12% of max value = 765). Red value is 33 (13.28% from 255 or 33.67% from 98); Green value is 53 (21.09% from 255 or 54.08% from 98); Blue value is 12 (5.08% from 255 or 12.24% from 98); Max value from RGB is 53 - color contains mainly: green. Hex color #21350C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21350C is #DECAF3. Grayscale: #2A2A2A. Windows color (decimal): -14600948 or 800033. OLE color: 800033.

HSL color Cylindrical-coordinate representation of color #21350C: hue angle of 89.27º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21350C is Cyan = 0.38, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.79.

Color convert

RGB 33 53 12 -
CMYK 0.38 0 0.77 0.79
HSL 89.27º 0.63% 0.13% -
HSV(B) 89.27º 0.77% 0.21% -
XYZ 1.97 2.9 0.8 -
YUV 42.35 110.87 121.33 -
System Red Green Blue C M Y K H S L
Decimal 33 53 12 0.38 0 0.77 0.79 89.27 0.63 0.13
Hex 21 35 C 26 0 4D 4F 59 3F D
Octal 41 65 14 46 0 115 117 131 77 15
Binary 100001 110101 1100 100110 0 1001101 1001111 1011001 111111 1101

Color Harmonies of #21350C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21350C

Black with #21350C

Text Example


Text Example

White with #21350C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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