Html Css Color HEX #214401 Pine Tree

📋 copy color: '#214401'

red 33 ◦ green 68 ◦ blue 1

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

Shades of Pine Tree #214401

Tints of Pine Tree #214401

RGB

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

 GREEN value IS 68 (26.95% from 255) = 66.67%

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

R = 32.35%
G = 66.67%
B = 0.98%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#214401 (or 0x214401) is known color: Pine Tree. HEX triplet: 21, 44 and 01. RGB value is (33,68,1). Sum of RGB (Red+Green+Blue) = 33+68+1=102 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.35% from 102); Green value is 68 (26.95% from 255 or 66.67% from 102); Blue value is 1 (0.78% from 255 or 0.98% from 102); Max value from RGB is 68 - color contains mainly: green. Hex color #214401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214401 is #DEBBFE. Grayscale: #323232. Windows color (decimal): -14597119 or 82977. OLE color: 82977.

HSL color Cylindrical-coordinate representation of color #214401: hue angle of 91.34º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #214401 is Cyan = 0.51, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB 33 68 1 -
CMYK 0.51 0 0.99 0.73
HSL 91.34º 0.97% 0.14% -
HSV(B) 91.34º 0.99% 0.27% -
XYZ 2.7 4.46 0.75 -
YUV 49.9 100.4 115.95 -
System Red Green Blue C M Y K H S L
Decimal 33 68 1 0.51 0 0.99 0.73 91.34 0.97 0.14
Hex 21 44 1 33 0 63 49 5B 61 E
Octal 41 104 1 63 0 143 111 133 141 16
Binary 100001 1000100 1 110011 0 1100011 1001001 1011011 1100001 1110

Color Harmonies of #214401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214401

Black with #214401

Text Example


Text Example

White with #214401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214401; }

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

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

background-color css

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

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

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

border-color css

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

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

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