#223E01

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

Shades of Pine Tree #223E01

Tints of Pine Tree #223E01

Color information

#223E01 (or 0x223E01) is unknown color: approx Pine Tree. HEX triplet: 22, 3E and 01. RGB value is (34,62,1). Sum of RGB (Red+Green+Blue) = 34+62+1=97 (12% of max value = 765). Red value is 34 (13.67% from 255 or 35.05% from 97); Green value is 62 (24.61% from 255 or 63.92% from 97); Blue value is 1 (0.78% from 255 or 1.03% from 97); Max value from RGB is 62 - color contains mainly: green. Hex color #223E01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #223E01 is #DDC1FE. Grayscale: #2E2E2E. Windows color (decimal): -14533119 or 81442. OLE color: 81442.

HSL color Cylindrical-coordinate representation of color #223E01: hue angle of 87.54º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #223E01 is Cyan = 0.45, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.76.

Color convert

RGB34621-
CMYK0.4500.980.76
HSL87.54º96.83%12.35%-
HSV(B)87.54º98.39%24.31%-
XYZ2.393.790.63-
YUV46.67102.22118.96-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 35.05%
GREEN value IS 62 (24.61% from 255) = 63.92%
BLUE value IS 1 (0.78% from 255) = 1.03%
R=35.05%
G=63.92%
B=1.03%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal346210.4500.980.7687.5496.8312.35
Hex223E12D0624C5861c
Octal4276155014211413014114
Binary1000101111101101101011000101001100101100011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223E01; }

 p { color: rgb(34,62,1); }

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

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

 a { background-color: rgb(34,62,1); }

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

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

 span { border-color: rgb(34,62,1); }

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