#224100

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

Shades of Pine Tree #224100

Tints of Pine Tree #224100

Color information

#224100 (or 0x224100) is unknown color: approx Pine Tree. HEX triplet: 22, 41 and 00. RGB value is (34,65,0). Sum of RGB (Red+Green+Blue) = 34+65+0=99 (13% of max value = 765). Red value is 34 (13.67% from 255 or 34.34% from 99); Green value is 65 (25.78% from 255 or 65.66% from 99); Blue value is 0 (0.39% from 255 or 0% from 99); Max value from RGB is 65 - color contains mainly: green. Hex color #224100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #224100 is #DDBEFF. Grayscale: #303030. Windows color (decimal): -14532352 or 16674. OLE color: 16674.

HSL color Cylindrical-coordinate representation of color #224100: hue angle of 88.62º 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 #224100 is Cyan = 0.48, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.75.

Color convert

RGB34650-
CMYK0.48010.75
HSL88.62º100%12.75%-
HSV(B)88.62º100%25.49%-
XYZ2.554.120.66-
YUV48.32100.73117.79-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 34.34%
GREEN value IS 65 (25.78% from 255) = 65.66%
BLUE value IS 0 (0.39% from 255) = 0%
R=34.34%
G=65.66%
B=0%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal346500.48010.7588.6210012.75
Hex22410300644B5964d
Octal42101060014411313114415
Binary10001010000010110000011001001001011101100111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224100; }

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

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

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

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

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

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

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

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