Html Css Color HEX #21330C Pine Tree

📋 copy color: '#21330C'

red 33 ◦ green 51 ◦ blue 12

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

Shades of Pine Tree #21330C

Tints of Pine Tree #21330C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 53.13%

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

R = 34.38%
G = 53.13%
B = 12.5%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.76

 K value IS 0.8

RGB Variations

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

Color information

#21330C (or 0x21330C) is known color: Pine Tree. HEX triplet: 21, 33 and 0C. RGB value is (33,51,12). Sum of RGB (Red+Green+Blue) = 33+51+12=96 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.38% from 96); Green value is 51 (20.31% from 255 or 53.12% from 96); Blue value is 12 (5.08% from 255 or 12.5% from 96); Max value from RGB is 51 - color contains mainly: green. Hex color #21330C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21330C is #DECCF3. Grayscale: #292929. Windows color (decimal): -14601460 or 799521. OLE color: 799521.

HSL color Cylindrical-coordinate representation of color #21330C: hue angle of 87.69º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21330C is Cyan = 0.35, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.8.

Color convert

RGB 33 51 12 -
CMYK 0.35 0 0.76 0.8
HSL 87.69º 0.62% 0.12% -
HSV(B) 87.69º 0.76% 0.2% -
XYZ 1.88 2.72 0.77 -
YUV 41.17 111.54 122.17 -
System Red Green Blue C M Y K H S L
Decimal 33 51 12 0.35 0 0.76 0.8 87.69 0.62 0.12
Hex 21 33 C 23 0 4C 50 58 3E C
Octal 41 63 14 43 0 114 120 130 76 14
Binary 100001 110011 1100 100011 0 1001100 1010000 1011000 111110 1100

Color Harmonies of #21330C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21330C

Black with #21330C

Text Example


Text Example

White with #21330C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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