#192E09

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

Shades of Pine Tree #192E09

Tints of Pine Tree #192E09

Color information

#192E09 (or 0x192E09) is unknown color: approx Pine Tree. HEX triplet: 19, 2E and 09. RGB value is (25,46,9). Sum of RGB (Red+Green+Blue) = 25+46+9=80 (10% of max value = 765). Red value is 25 (10.16% from 255 or 31.25% from 80); Green value is 46 (18.36% from 255 or 57.5% from 80); Blue value is 9 (3.91% from 255 or 11.25% from 80); Max value from RGB is 46 - color contains mainly: green. Hex color #192E09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192E09 is #E6D1F6. Grayscale: #232323. Windows color (decimal): -15127031 or 601625. OLE color: 601625.

HSL color Cylindrical-coordinate representation of color #192E09: hue angle of 94.05º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #192E09 is Cyan = 0.46, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.82.

Color convert

RGB25469-
CMYK0.4600.800.82
HSL94.05º67.27%10.78%-
HSV(B)94.05º80.43%18.04%-
XYZ1.432.180.6-
YUV35.5113.04120.51-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 31.25%
GREEN value IS 46 (18.36% from 255) = 57.5%
BLUE value IS 9 (3.91% from 255) = 11.25%
R=31.25%
G=57.5%
B=11.25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal254690.4600.800.8294.0567.2710.78
Hex192E92E050525e43b
Octal31561156012012213610313
Binary110011011101001101110010100001010010101111010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192E09; }

 p { color: rgb(25,46,9); }

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

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

 a { background-color: rgb(25,46,9); }

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

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

 span { border-color: rgb(25,46,9); }

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