Html Css Color HEX #213401 Pine Tree

📋 copy color: '#213401'

red 33 ◦ green 52 ◦ blue 1

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

Shades of Pine Tree #213401

Tints of Pine Tree #213401

RGB

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

 GREEN value IS 52 (20.7% from 255) = 60.47%

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

R = 38.37%
G = 60.47%
B = 1.16%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.98

 K value IS 0.80

RGB Variations

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

Color information

#213401 (or 0x213401) is known color: Pine Tree. HEX triplet: 21, 34 and 01. RGB value is (33,52,1). Sum of RGB (Red+Green+Blue) = 33+52+1=86 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.37% from 86); Green value is 52 (20.70% from 255 or 60.47% from 86); Blue value is 1 (0.78% from 255 or 1.16% from 86); Max value from RGB is 52 - color contains mainly: green. Hex color #213401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213401 is #DECBFE. Grayscale: #282828. Windows color (decimal): -14601215 or 78881. OLE color: 78881.

HSL color Cylindrical-coordinate representation of color #213401: hue angle of 82.35º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #213401 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.80.

Color convert

RGB 33 52 1 -
CMYK 0.37 0 0.98 0.80
HSL 82.35º 0.96% 0.1% -
HSV(B) 82.35º 0.98% 0.2% -
XYZ 1.86 2.78 0.47 -
YUV 40.51 105.71 122.65 -
System Red Green Blue C M Y K H S L
Decimal 33 52 1 0.37 0 0.98 0.80 82.35 0.96 0.1
Hex 21 34 1 25 0 62 50 52 60 A
Octal 41 64 1 45 0 142 120 122 140 12
Binary 100001 110100 1 100101 0 1100010 1010000 1010010 1100000 1010

Color Harmonies of #213401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213401

Black with #213401

Text Example


Text Example

White with #213401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213401; }

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

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

background-color css

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

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

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

border-color css

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

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

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