Html Css Color HEX #131C02 Pine Tree

📋 copy color: '#131C02'

red 19 ◦ green 28 ◦ blue 2

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

Shades of Pine Tree #131C02

Tints of Pine Tree #131C02

RGB

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

 GREEN value IS 28 (11.33% from 255) = 57.14%

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

R = 38.78%
G = 57.14%
B = 4.08%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.93

 K value IS 0.89

RGB Variations

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

Color information

#131C02 (or 0x131C02) is known color: Pine Tree. HEX triplet: 13, 1C and 02. RGB value is (19,28,2). Sum of RGB (Red+Green+Blue) = 19+28+2=49 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38.78% from 49); Green value is 28 (11.33% from 255 or 57.14% from 49); Blue value is 2 (1.17% from 255 or 4.08% from 49); Max value from RGB is 28 - color contains mainly: green. Hex color #131C02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131C02 is #ECE3FD. Grayscale: #161616. Windows color (decimal): -15524862 or 138259. OLE color: 138259.

HSL color Cylindrical-coordinate representation of color #131C02: hue angle of 80.77º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #131C02 is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.89.

Color convert

RGB 19 28 2 -
CMYK 0.32 0 0.93 0.89
HSL 80.77º 0.87% 0.06% -
HSV(B) 80.77º 0.93% 0.11% -
XYZ 0.69 0.97 0.21 -
YUV 22.35 116.52 125.61 -
System Red Green Blue C M Y K H S L
Decimal 19 28 2 0.32 0 0.93 0.89 80.77 0.87 0.06
Hex 13 1C 2 20 0 5D 59 51 57 6
Octal 23 34 2 40 0 135 131 121 127 6
Binary 10011 11100 10 100000 0 1011101 1011001 1010001 1010111 110

Color Harmonies of #131C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131C02

Black with #131C02

Text Example


Text Example

White with #131C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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