#192901

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

Shades of Pine Tree #192901

Tints of Pine Tree #192901

Color information

#192901 (or 0x192901) is unknown color: approx Pine Tree. HEX triplet: 19, 29 and 01. RGB value is (25,41,1). Sum of RGB (Red+Green+Blue) = 25+41+1=67 (8% of max value = 765). Red value is 25 (10.16% from 255 or 37.31% from 67); Green value is 41 (16.41% from 255 or 61.19% from 67); Blue value is 1 (0.78% from 255 or 1.49% from 67); Max value from RGB is 41 - color contains mainly: green. Hex color #192901 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192901 is #E6D6FE. Grayscale: #1F1F1F. Windows color (decimal): -15128319 or 76057. OLE color: 76057.

HSL color Cylindrical-coordinate representation of color #192901: hue angle of 84º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #192901 is Cyan = 0.39, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.84.

Color convert

RGB25411-
CMYK0.3900.980.84
HSL84º95.24%8.24%-
HSV(B)84º97.56%16.08%-
XYZ1.21.790.31-
YUV31.66110.7123.25-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 37.31%
GREEN value IS 41 (16.41% from 255) = 61.19%
BLUE value IS 1 (0.78% from 255) = 1.49%
R=37.31%
G=61.19%
B=1.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal254110.3900.980.848495.248.24
Hex192912706254545f8
Octal3151147014212412413710
Binary110011010011100111011000101010100101010010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192901; }

 p { color: rgb(25,41,1); }

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

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

 a { background-color: rgb(25,41,1); }

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

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

 span { border-color: rgb(25,41,1); }

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