Html Css Color HEX #131E02 Pine Tree

📋 copy color: '#131E02'

red 19 ◦ green 30 ◦ blue 2

#131E02
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Tree #131E02

Tints of Pine Tree #131E02

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 value IS 0.37

 M value IS 0

 Y value IS 0.93

 K value IS 0.88

RGB Variations

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

Color information

#131E02 (or 0x131E02) is known color: 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

RGB 19 30 2 -
CMYK 0.37 0 0.93 0.88
HSL 83.57º 0.88% 0.06% -
HSV(B) 83.57º 0.93% 0.12% -
XYZ 0.74 1.07 0.23 -
YUV 23.52 115.86 124.78 -
System Red Green Blue C M Y K H S L
Decimal 19 30 2 0.37 0 0.93 0.88 83.57 0.88 0.06
Hex 13 1E 2 25 0 5D 58 54 58 6
Octal 23 36 2 45 0 135 130 124 130 6
Binary 10011 11110 10 100101 0 1011101 1011000 1010100 1011000 110

Color Harmonies of #131E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131E02

Black with #131E02

Text Example


Text Example

White with #131E02

Text Example


Text Example

HTML Codes & Css Web 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>