Html Css Color HEX #214306 Pine Tree

📋 copy color: '#214306'

red 33 ◦ green 67 ◦ blue 6

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

Shades of Pine Tree #214306

Tints of Pine Tree #214306

RGB

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

 GREEN value IS 67 (26.56% from 255) = 63.21%

 BLUE value IS 6 (2.73% from 255) = 5.66%

R = 31.13%
G = 63.21%
B = 5.66%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.91

 K value IS 0.74

RGB Variations

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

Color information

#214306 (or 0x214306) is known color: Pine Tree. HEX triplet: 21, 43 and 06. RGB value is (33,67,6). Sum of RGB (Red+Green+Blue) = 33+67+6=106 (14% of max value = 765). Red value is 33 (13.28% from 255 or 31.13% from 106); Green value is 67 (26.56% from 255 or 63.21% from 106); Blue value is 6 (2.73% from 255 or 5.66% from 106); Max value from RGB is 67 - color contains mainly: green. Hex color #214306 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214306 is #DEBCF9. Grayscale: #323232. Windows color (decimal): -14597370 or 410401. OLE color: 410401.

HSL color Cylindrical-coordinate representation of color #214306: hue angle of 93.44º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #214306 is Cyan = 0.51, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.74.

Color convert

RGB 33 67 6 -
CMYK 0.51 0 0.91 0.74
HSL 93.44º 0.84% 0.14% -
HSV(B) 93.44º 0.91% 0.26% -
XYZ 2.67 4.35 0.87 -
YUV 49.88 103.24 115.96 -
System Red Green Blue C M Y K H S L
Decimal 33 67 6 0.51 0 0.91 0.74 93.44 0.84 0.14
Hex 21 43 6 33 0 5B 4A 5D 54 E
Octal 41 103 6 63 0 133 112 135 124 16
Binary 100001 1000011 110 110011 0 1011011 1001010 1011101 1010100 1110

Color Harmonies of #214306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214306

Black with #214306

Text Example


Text Example

White with #214306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214306; }

 p { color: rgb(33,67,6); }

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

background-color css

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

 a { background-color: rgb(33,67,6); }

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

border-color css

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

 span { border-color: rgb(33,67,6); }

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