Html Css Color HEX #213501 Pine Tree

📋 copy color: '#213501'

red 33 ◦ green 53 ◦ blue 1

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

Shades of Pine Tree #213501

Tints of Pine Tree #213501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.15%

R = 37.93%
G = 60.92%
B = 1.15%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.98

 K value IS 0.79

RGB Variations

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

Color information

#213501 (or 0x213501) is known color: Pine Tree. HEX triplet: 21, 35 and 01. RGB value is (33,53,1). Sum of RGB (Red+Green+Blue) = 33+53+1=87 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.93% from 87); Green value is 53 (21.09% from 255 or 60.92% from 87); Blue value is 1 (0.78% from 255 or 1.15% from 87); Max value from RGB is 53 - color contains mainly: green. Hex color #213501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213501 is #DECAFE. Grayscale: #292929. Windows color (decimal): -14600959 or 79137. OLE color: 79137.

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

Color convert

RGB 33 53 1 -
CMYK 0.38 0 0.98 0.79
HSL 83.08º 0.96% 0.11% -
HSV(B) 83.08º 0.98% 0.21% -
XYZ 1.91 2.87 0.48 -
YUV 41.09 105.37 122.23 -
System Red Green Blue C M Y K H S L
Decimal 33 53 1 0.38 0 0.98 0.79 83.08 0.96 0.11
Hex 21 35 1 26 0 62 4F 53 60 B
Octal 41 65 1 46 0 142 117 123 140 13
Binary 100001 110101 1 100110 0 1100010 1001111 1010011 1100000 1011

Color Harmonies of #213501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213501

Black with #213501

Text Example


Text Example

White with #213501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213501; }

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

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

background-color css

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

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

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

border-color css

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

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

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