Html Css Color HEX #214501 Pine Tree

📋 copy color: '#214501'

red 33 ◦ green 69 ◦ blue 1

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

Shades of Pine Tree #214501

Tints of Pine Tree #214501

RGB

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

 GREEN value IS 69 (27.34% from 255) = 66.99%

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

R = 32.04%
G = 66.99%
B = 0.97%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#214501 (or 0x214501) is known color: Pine Tree. HEX triplet: 21, 45 and 01. RGB value is (33,69,1). Sum of RGB (Red+Green+Blue) = 33+69+1=103 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.04% from 103); Green value is 69 (27.34% from 255 or 66.99% from 103); Blue value is 1 (0.78% from 255 or 0.97% from 103); Max value from RGB is 69 - color contains mainly: green. Hex color #214501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214501 is #DEBAFE. Grayscale: #323232. Windows color (decimal): -14596863 or 83233. OLE color: 83233.

HSL color Cylindrical-coordinate representation of color #214501: hue angle of 91.76º 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 #214501 is Cyan = 0.52, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB 33 69 1 -
CMYK 0.52 0 0.99 0.73
HSL 91.76º 0.97% 0.14% -
HSV(B) 91.76º 0.99% 0.27% -
XYZ 2.76 4.58 0.77 -
YUV 50.48 100.07 115.53 -
System Red Green Blue C M Y K H S L
Decimal 33 69 1 0.52 0 0.99 0.73 91.76 0.97 0.14
Hex 21 45 1 34 0 63 49 5C 61 E
Octal 41 105 1 64 0 143 111 134 141 16
Binary 100001 1000101 1 110100 0 1100011 1001001 1011100 1100001 1110

Color Harmonies of #214501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214501

Black with #214501

Text Example


Text Example

White with #214501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214501; }

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

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

background-color css

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

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

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

border-color css

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

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

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