Html Css Color HEX #214106 Pine Tree

📋 copy color: '#214106'

red 33 ◦ green 65 ◦ blue 6

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

Shades of Pine Tree #214106

Tints of Pine Tree #214106

RGB

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

 GREEN value IS 65 (25.78% from 255) = 62.5%

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

R = 31.73%
G = 62.5%
B = 5.77%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.91

 K value IS 0.75

RGB Variations

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

Color information

#214106 (or 0x214106) is known color: Pine Tree. HEX triplet: 21, 41 and 06. RGB value is (33,65,6). Sum of RGB (Red+Green+Blue) = 33+65+6=104 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.73% from 104); Green value is 65 (25.78% from 255 or 62.5% from 104); Blue value is 6 (2.73% from 255 or 5.77% from 104); Max value from RGB is 65 - color contains mainly: green. Hex color #214106 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214106 is #DEBEF9. Grayscale: #303030. Windows color (decimal): -14597882 or 409889. OLE color: 409889.

HSL color Cylindrical-coordinate representation of color #214106: hue angle of 92.54º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #214106 is Cyan = 0.49, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.75.

Color convert

RGB 33 65 6 -
CMYK 0.49 0 0.91 0.75
HSL 92.54º 0.83% 0.14% -
HSV(B) 92.54º 0.91% 0.25% -
XYZ 2.55 4.12 0.83 -
YUV 48.71 103.9 116.8 -
System Red Green Blue C M Y K H S L
Decimal 33 65 6 0.49 0 0.91 0.75 92.54 0.83 0.14
Hex 21 41 6 31 0 5B 4B 5D 53 E
Octal 41 101 6 61 0 133 113 135 123 16
Binary 100001 1000001 110 110001 0 1011011 1001011 1011101 1010011 1110

Color Harmonies of #214106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214106

Black with #214106

Text Example


Text Example

White with #214106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214106; }

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

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

background-color css

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

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

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

border-color css

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

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

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