Html Css Color HEX #213008 Pine Tree

📋 copy color: '#213008'

red 33 ◦ green 48 ◦ blue 8

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

Shades of Pine Tree #213008

Tints of Pine Tree #213008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 8.99%

R = 37.08%
G = 53.93%
B = 8.99%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.83

 K value IS 0.81

RGB Variations

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

Color information

#213008 (or 0x213008) is known color: Pine Tree. HEX triplet: 21, 30 and 08. RGB value is (33,48,8). Sum of RGB (Red+Green+Blue) = 33+48+8=89 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.08% from 89); Green value is 48 (19.14% from 255 or 53.93% from 89); Blue value is 8 (3.52% from 255 or 8.99% from 89); Max value from RGB is 48 - color contains mainly: green. Hex color #213008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213008 is #DECFF7. Grayscale: #272727. Windows color (decimal): -14602232 or 536609. OLE color: 536609.

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

Color convert

RGB 33 48 8 -
CMYK 0.31 0 0.83 0.81
HSL 82.5º 0.71% 0.11% -
HSV(B) 82.5º 0.83% 0.19% -
XYZ 1.73 2.45 0.61 -
YUV 38.96 110.53 123.75 -
System Red Green Blue C M Y K H S L
Decimal 33 48 8 0.31 0 0.83 0.81 82.5 0.71 0.11
Hex 21 30 8 1F 0 53 51 52 47 B
Octal 41 60 10 37 0 123 121 122 107 13
Binary 100001 110000 1000 11111 0 1010011 1010001 1010010 1000111 1011

Color Harmonies of #213008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213008

Black with #213008

Text Example


Text Example

White with #213008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213008; }

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

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

background-color css

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

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

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

border-color css

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

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

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