#224000

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

Shades of Pine Tree #224000

Tints of Pine Tree #224000

Color information

#224000 (or 0x224000) is unknown color: approx Pine Tree. HEX triplet: 22, 40 and 00. RGB value is (34,64,0). Sum of RGB (Red+Green+Blue) = 34+64+0=98 (12% of max value = 765). Red value is 34 (13.67% from 255 or 34.69% from 98); Green value is 64 (25.39% from 255 or 65.31% from 98); Blue value is 0 (0.39% from 255 or 0% from 98); Max value from RGB is 64 - color contains mainly: green. Hex color #224000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #224000 is #DDBFFF. Grayscale: #2F2F2F. Windows color (decimal): -14532608 or 16418. OLE color: 16418.

HSL color Cylindrical-coordinate representation of color #224000: hue angle of 88.12º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #224000 is Cyan = 0.47, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.75.

Color convert

RGB34640-
CMYK0.47010.75
HSL88.12º100%12.55%-
HSV(B)88.12º100%25.1%-
XYZ2.494.010.64-
YUV47.73101.06118.2-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 34.69%
GREEN value IS 64 (25.39% from 255) = 65.31%
BLUE value IS 0 (0.39% from 255) = 0%
R=34.69%
G=65.31%
B=0%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal346400.47010.7588.1210012.55
Hex224002F0644B5864d
Octal42100057014411313014415
Binary10001010000000101111011001001001011101100011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224000; }

 p { color: rgb(34,64,0); }

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

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

 a { background-color: rgb(34,64,0); }

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

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

 span { border-color: rgb(34,64,0); }

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