Html Css Color HEX #131F02 Pine Tree

📋 copy color: '#131F02'

red 19 ◦ green 31 ◦ blue 2

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

Shades of Pine Tree #131F02

Tints of Pine Tree #131F02

RGB

 RED value IS 19 (7.81% from 255) = 36.54%

 GREEN value IS 31 (12.5% from 255) = 59.62%

 BLUE value IS 2 (1.17% from 255) = 3.85%

R = 36.54%
G = 59.62%
B = 3.85%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.94

 K value IS 0.88

RGB Variations

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

Color information

#131F02 (or 0x131F02) is known color: Pine Tree. HEX triplet: 13, 1F and 02. RGB value is (19,31,2). Sum of RGB (Red+Green+Blue) = 19+31+2=52 (6% of max value = 765). Red value is 19 (7.81% from 255 or 36.54% from 52); Green value is 31 (12.5% from 255 or 59.62% from 52); Blue value is 2 (1.17% from 255 or 3.85% from 52); Max value from RGB is 31 - color contains mainly: green. Hex color #131F02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131F02 is #ECE0FD. Grayscale: #181818. Windows color (decimal): -15524094 or 139027. OLE color: 139027.

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

Color convert

RGB 19 31 2 -
CMYK 0.39 0 0.94 0.88
HSL 84.83º 0.88% 0.06% -
HSV(B) 84.83º 0.94% 0.12% -
XYZ 0.77 1.12 0.23 -
YUV 24.11 115.52 124.36 -
System Red Green Blue C M Y K H S L
Decimal 19 31 2 0.39 0 0.94 0.88 84.83 0.88 0.06
Hex 13 1F 2 27 0 5E 58 55 58 6
Octal 23 37 2 47 0 136 130 125 130 6
Binary 10011 11111 10 100111 0 1011110 1011000 1010101 1011000 110

Color Harmonies of #131F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131F02

Black with #131F02

Text Example


Text Example

White with #131F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #131F02;
 }
 .AnyTagClassName
 {
   color: #131F02;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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