#222E07

Color #222E07 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #222E07

Tints of Pine Tree #222E07

Color information

#222E07 (or 0x222E07) is unknown color: approx Pine Tree. HEX triplet: 22, 2E and 07. RGB value is (34,46,7). Sum of RGB (Red+Green+Blue) = 34+46+7=87 (11% of max value = 765). Red value is 34 (13.67% from 255 or 39.08% from 87); Green value is 46 (18.36% from 255 or 52.87% from 87); Blue value is 7 (3.12% from 255 or 8.05% from 87); Max value from RGB is 46 - color contains mainly: green. Hex color #222E07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222E07 is #DDD1F8. Grayscale: #262626. Windows color (decimal): -14537209 or 470562. OLE color: 470562.

HSL color Cylindrical-coordinate representation of color #222E07: hue angle of 78.46º degrees, saturation: 0.74, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #222E07 is Cyan = 0.26, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.82.

Color convert

RGB34467-
CMYK0.2600.850.82
HSL78.46º73.58%10.39%-
HSV(B)78.46º84.78%18.04%-
XYZ1.682.310.56-
YUV37.97110.52125.17-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 39.08%
GREEN value IS 46 (18.36% from 255) = 52.87%
BLUE value IS 7 (3.12% from 255) = 8.05%
R=39.08%
G=52.87%
B=8.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal344670.2600.850.8278.4673.5810.39
Hex222E71A055524e4aa
Octal4256732012512211611212
Binary10001010111011111010010101011010010100111010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222E07; }

 p { color: rgb(34,46,7); }

 H1.HeaderClassName
 {
   color: #222E07;
 }
 .AnyTagClassName
 {
   color: #222E07;
 }
</style>
background-color css

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

 a { background-color: rgb(34,46,7); }

 div.DivClassName
 {
   background-color: #222E07;
 }
 .BgClassName
 {
   background-color: #222E07;
 }
</style>
border-color css

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

 span { border-color: rgb(34,46,7); }

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