Html Css Color HEX #131E07 Pine Tree

📋 copy color: '#131E07'

red 19 ◦ green 30 ◦ blue 7

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

Shades of Pine Tree #131E07

Tints of Pine Tree #131E07

RGB

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

 GREEN value IS 30 (12.11% from 255) = 53.57%

 BLUE value IS 7 (3.13% from 255) = 12.5%

R = 33.93%
G = 53.57%
B = 12.5%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.77

 K value IS 0.88

RGB Variations

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

Color information

#131E07 (or 0x131E07) is known color: Pine Tree. HEX triplet: 13, 1E and 07. RGB value is (19,30,7). Sum of RGB (Red+Green+Blue) = 19+30+7=56 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.93% from 56); Green value is 30 (12.11% from 255 or 53.57% from 56); Blue value is 7 (3.12% from 255 or 12.5% from 56); Max value from RGB is 30 - color contains mainly: green. Hex color #131E07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131E07 is #ECE1F8. Grayscale: #181818. Windows color (decimal): -15524345 or 466451. OLE color: 466451.

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

Color convert

RGB 19 30 7 -
CMYK 0.37 0 0.77 0.88
HSL 88.7º 0.62% 0.07% -
HSV(B) 88.7º 0.77% 0.12% -
XYZ 0.77 1.08 0.37 -
YUV 24.09 118.36 124.37 -
System Red Green Blue C M Y K H S L
Decimal 19 30 7 0.37 0 0.77 0.88 88.7 0.62 0.07
Hex 13 1E 7 25 0 4D 58 59 3E 7
Octal 23 36 7 45 0 115 130 131 76 7
Binary 10011 11110 111 100101 0 1001101 1011000 1011001 111110 111

Color Harmonies of #131E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131E07

Black with #131E07

Text Example


Text Example

White with #131E07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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