Html Css Color HEX #213006 Pine Tree

📋 copy color: '#213006'

red 33 ◦ green 48 ◦ blue 6

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

Shades of Pine Tree #213006

Tints of Pine Tree #213006

RGB

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

 GREEN value IS 48 (19.14% from 255) = 55.17%

 BLUE value IS 6 (2.73% from 255) = 6.9%

R = 37.93%
G = 55.17%
B = 6.9%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.87

 K value IS 0.81

RGB Variations

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

Color information

#213006 (or 0x213006) is known color: Pine Tree. HEX triplet: 21, 30 and 06. RGB value is (33,48,6). Sum of RGB (Red+Green+Blue) = 33+48+6=87 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.93% from 87); Green value is 48 (19.14% from 255 or 55.17% from 87); Blue value is 6 (2.73% from 255 or 6.90% from 87); Max value from RGB is 48 - color contains mainly: green. Hex color #213006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213006 is #DECFF9. Grayscale: #262626. Windows color (decimal): -14602234 or 405537. OLE color: 405537.

HSL color Cylindrical-coordinate representation of color #213006: hue angle of 81.43º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #213006 is Cyan = 0.31, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.81.

Color convert

RGB 33 48 6 -
CMYK 0.31 0 0.87 0.81
HSL 81.43º 0.78% 0.11% -
HSV(B) 81.43º 0.88% 0.19% -
XYZ 1.72 2.45 0.55 -
YUV 38.73 109.53 123.92 -
System Red Green Blue C M Y K H S L
Decimal 33 48 6 0.31 0 0.87 0.81 81.43 0.78 0.11
Hex 21 30 6 1F 0 57 51 51 4E B
Octal 41 60 6 37 0 127 121 121 116 13
Binary 100001 110000 110 11111 0 1010111 1010001 1010001 1001110 1011

Color Harmonies of #213006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213006

Black with #213006

Text Example


Text Example

White with #213006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213006; }

 p { color: rgb(33,48,6); }

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

background-color css

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

 a { background-color: rgb(33,48,6); }

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

border-color css

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

 span { border-color: rgb(33,48,6); }

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