#213D04

Color #213D04 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #213D04

Tints of Pine Tree #213D04

Color information

#213D04 (or 0x213D04) is unknown color: approx Pine Tree. HEX triplet: 21, 3D and 04. RGB value is (33,61,4). Sum of RGB (Red+Green+Blue) = 33+61+4=98 (12% of max value = 765). Red value is 33 (13.28% from 255 or 33.67% from 98); Green value is 61 (24.22% from 255 or 62.24% from 98); Blue value is 4 (1.95% from 255 or 4.08% from 98); Max value from RGB is 61 - color contains mainly: green. Hex color #213D04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213D04 is #DEC2FB. Grayscale: #2E2E2E. Windows color (decimal): -14598908 or 277793. OLE color: 277793.

HSL color Cylindrical-coordinate representation of color #213D04: hue angle of 89.47º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #213D04 is Cyan = 0.46, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.76.

Color convert

RGB33614-
CMYK0.4600.930.76
HSL89.47º87.69%12.75%-
HSV(B)89.47º93.44%23.92%-
XYZ2.323.670.7-
YUV46.13104.22118.63-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 33.67%
GREEN value IS 61 (24.22% from 255) = 62.24%
BLUE value IS 4 (1.95% from 255) = 4.08%
R=33.67%
G=62.24%
B=4.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal336140.4600.930.7689.4787.6912.75
Hex213D42E05D4C5958d
Octal4175456013511413113015
Binary100001111101100101110010111011001100101100110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213D04; }

 p { color: rgb(33,61,4); }

 H1.HeaderClassName
 {
   color: #213D04;
 }
 .AnyTagClassName
 {
   color: #213D04;
 }
</style>
background-color css

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

 a { background-color: rgb(33,61,4); }

 div.DivClassName
 {
   background-color: #213D04;
 }
 .BgClassName
 {
   background-color: #213D04;
 }
</style>
border-color css

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

 span { border-color: rgb(33,61,4); }

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