Html Css Color HEX #212E06 Pine Tree

📋 copy color: '#212E06'

red 33 ◦ green 46 ◦ blue 6

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

Shades of Pine Tree #212E06

Tints of Pine Tree #212E06

RGB

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

 GREEN value IS 46 (18.36% from 255) = 54.12%

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

R = 38.82%
G = 54.12%
B = 7.06%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.87

 K value IS 0.82

RGB Variations

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

Color information

#212E06 (or 0x212E06) is known color: Pine Tree. HEX triplet: 21, 2E and 06. RGB value is (33,46,6). Sum of RGB (Red+Green+Blue) = 33+46+6=85 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.82% from 85); Green value is 46 (18.36% from 255 or 54.12% from 85); Blue value is 6 (2.73% from 255 or 7.06% from 85); Max value from RGB is 46 - color contains mainly: green. Hex color #212E06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212E06 is #DED1F9. Grayscale: #252525. Windows color (decimal): -14602746 or 405025. OLE color: 405025.

HSL color Cylindrical-coordinate representation of color #212E06: hue angle of 79.5º degrees, saturation: 0.77, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #212E06 is Cyan = 0.28, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.82.

Color convert

RGB 33 46 6 -
CMYK 0.28 0 0.87 0.82
HSL 79.5º 0.77% 0.1% -
HSV(B) 79.5º 0.87% 0.18% -
XYZ 1.64 2.29 0.53 -
YUV 37.55 110.19 124.75 -
System Red Green Blue C M Y K H S L
Decimal 33 46 6 0.28 0 0.87 0.82 79.5 0.77 0.1
Hex 21 2E 6 1C 0 57 52 50 4D A
Octal 41 56 6 34 0 127 122 120 115 12
Binary 100001 101110 110 11100 0 1010111 1010010 1010000 1001101 1010

Color Harmonies of #212E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212E06

Black with #212E06

Text Example


Text Example

White with #212E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212E06; }

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

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

background-color css

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

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

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

border-color css

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

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

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