Html Css Color HEX #214601 Pine Tree

📋 copy color: '#214601'

red 33 ◦ green 70 ◦ blue 1

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

Shades of Pine Tree #214601

Tints of Pine Tree #214601

RGB

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

 GREEN value IS 70 (27.73% from 255) = 67.31%

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

R = 31.73%
G = 67.31%
B = 0.96%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#214601 (or 0x214601) is known color: Pine Tree. HEX triplet: 21, 46 and 01. RGB value is (33,70,1). Sum of RGB (Red+Green+Blue) = 33+70+1=104 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.73% from 104); Green value is 70 (27.73% from 255 or 67.31% from 104); Blue value is 1 (0.78% from 255 or 0.96% from 104); Max value from RGB is 70 - color contains mainly: green. Hex color #214601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214601 is #DEB9FE. Grayscale: #333333. Windows color (decimal): -14596607 or 83489. OLE color: 83489.

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

Color convert

RGB 33 70 1 -
CMYK 0.53 0 0.99 0.73
HSL 92.17º 0.97% 0.14% -
HSV(B) 92.17º 0.99% 0.27% -
XYZ 2.82 4.71 0.79 -
YUV 51.07 99.74 115.11 -
System Red Green Blue C M Y K H S L
Decimal 33 70 1 0.53 0 0.99 0.73 92.17 0.97 0.14
Hex 21 46 1 35 0 63 49 5C 61 E
Octal 41 106 1 65 0 143 111 134 141 16
Binary 100001 1000110 1 110101 0 1100011 1001001 1011100 1100001 1110

Color Harmonies of #214601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214601

Black with #214601

Text Example


Text Example

White with #214601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214601; }

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

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

background-color css

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

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

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

border-color css

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

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

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