Html Css Color HEX #213502 Pine Tree

📋 copy color: '#213502'

red 33 ◦ green 53 ◦ blue 2

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

Shades of Pine Tree #213502

Tints of Pine Tree #213502

RGB

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

 GREEN value IS 53 (21.09% from 255) = 60.23%

 BLUE value IS 2 (1.17% from 255) = 2.27%

R = 37.5%
G = 60.23%
B = 2.27%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.96

 K value IS 0.79

RGB Variations

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

Color information

#213502 (or 0x213502) is known color: Pine Tree. HEX triplet: 21, 35 and 02. RGB value is (33,53,2). Sum of RGB (Red+Green+Blue) = 33+53+2=88 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.5% from 88); Green value is 53 (21.09% from 255 or 60.23% from 88); Blue value is 2 (1.17% from 255 or 2.27% from 88); Max value from RGB is 53 - color contains mainly: green. Hex color #213502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213502 is #DECAFD. Grayscale: #292929. Windows color (decimal): -14600958 or 144673. OLE color: 144673.

HSL color Cylindrical-coordinate representation of color #213502: hue angle of 83.53º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #213502 is Cyan = 0.38, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.79.

Color convert

RGB 33 53 2 -
CMYK 0.38 0 0.96 0.79
HSL 83.53º 0.93% 0.11% -
HSV(B) 83.53º 0.96% 0.21% -
XYZ 1.91 2.87 0.51 -
YUV 41.21 105.87 122.15 -
System Red Green Blue C M Y K H S L
Decimal 33 53 2 0.38 0 0.96 0.79 83.53 0.93 0.11
Hex 21 35 2 26 0 60 4F 54 5D B
Octal 41 65 2 46 0 140 117 124 135 13
Binary 100001 110101 10 100110 0 1100000 1001111 1010100 1011101 1011

Color Harmonies of #213502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213502

Black with #213502

Text Example


Text Example

White with #213502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213502; }

 p { color: rgb(33,53,2); }

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

background-color css

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

 a { background-color: rgb(33,53,2); }

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

border-color css

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

 span { border-color: rgb(33,53,2); }

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