#131E02

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

Shades of Pine Tree #131E02

Tints of Pine Tree #131E02

Color information

#131E02 (or 0x131E02) is unknown color: approx Pine Tree. HEX triplet: 13, 1E and 02. RGB value is (19,30,2). Sum of RGB (Red+Green+Blue) = 19+30+2=51 (6% of max value = 765). Red value is 19 (7.81% from 255 or 37.25% from 51); Green value is 30 (12.11% from 255 or 58.82% from 51); Blue value is 2 (1.17% from 255 or 3.92% from 51); Max value from RGB is 30 - color contains mainly: green. Hex color #131E02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131E02 is #ECE1FD. Grayscale: #171717. Windows color (decimal): -15524350 or 138771. OLE color: 138771.

HSL color Cylindrical-coordinate representation of color #131E02: hue angle of 83.57º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #131E02 is Cyan = 0.37, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.88.

Color convert

RGB19302-
CMYK0.3700.930.88
HSL83.57º87.5%6.27%-
HSV(B)83.57º93.33%11.76%-
XYZ0.741.070.23-
YUV23.52115.86124.78-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 37.25%
GREEN value IS 30 (12.11% from 255) = 58.82%
BLUE value IS 2 (1.17% from 255) = 3.92%
R=37.25%
G=58.82%
B=3.92%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal193020.3700.930.8883.5787.56.27
Hex131E22505D5854586
Octal233624501351301241306
Binary10011111101010010101011101101100010101001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131E02; }

 p { color: rgb(19,30,2); }

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

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

 a { background-color: rgb(19,30,2); }

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

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

 span { border-color: rgb(19,30,2); }

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