Html Css Color HEX #213300 Pine Tree

📋 copy color: '#213300'

red 33 ◦ green 51 ◦ blue 0

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

Shades of Pine Tree #213300

Tints of Pine Tree #213300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 39.29%
G = 60.71%
B = 0%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 1

 K value IS 0.8

RGB Variations

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

Color information

#213300 (or 0x213300) is known color: Pine Tree. HEX triplet: 21, 33 and 00. RGB value is (33,51,0). Sum of RGB (Red+Green+Blue) = 33+51+0=84 (11% of max value = 765). Red value is 33 (13.28% from 255 or 39.29% from 84); Green value is 51 (20.31% from 255 or 60.71% from 84); Blue value is 0 (0.39% from 255 or 0% from 84); Max value from RGB is 51 - color contains mainly: green. Hex color #213300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213300 is #DECCFF. Grayscale: #272727. Windows color (decimal): -14601472 or 13089. OLE color: 13089.

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

Color convert

RGB 33 51 0 -
CMYK 0.35 0 1 0.8
HSL 81.18º 1% 0.1% -
HSV(B) 81.18º 1% 0.2% -
XYZ 1.81 2.69 0.42 -
YUV 39.8 105.54 123.15 -
System Red Green Blue C M Y K H S L
Decimal 33 51 0 0.35 0 1 0.8 81.18 1 0.1
Hex 21 33 0 23 0 64 50 51 64 A
Octal 41 63 0 43 0 144 120 121 144 12
Binary 100001 110011 0 100011 0 1100100 1010000 1010001 1100100 1010

Color Harmonies of #213300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213300

Black with #213300

Text Example


Text Example

White with #213300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213300; }

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

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

background-color css

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

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

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

border-color css

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

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

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