Html Css Color HEX #131C04 Pine Tree

📋 copy color: '#131C04'

red 19 ◦ green 28 ◦ blue 4

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

Shades of Pine Tree #131C04

Tints of Pine Tree #131C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 7.84%

R = 37.25%
G = 54.9%
B = 7.84%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.86

 K value IS 0.89

RGB Variations

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

Color information

#131C04 (or 0x131C04) is known color: Pine Tree. HEX triplet: 13, 1C and 04. RGB value is (19,28,4). Sum of RGB (Red+Green+Blue) = 19+28+4=51 (6% of max value = 765). Red value is 19 (7.81% from 255 or 37.25% from 51); Green value is 28 (11.33% from 255 or 54.90% from 51); Blue value is 4 (1.95% from 255 or 7.84% from 51); Max value from RGB is 28 - color contains mainly: green. Hex color #131C04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131C04 is #ECE3FB. Grayscale: #161616. Windows color (decimal): -15524860 or 269331. OLE color: 269331.

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

Color convert

RGB 19 28 4 -
CMYK 0.32 0 0.86 0.89
HSL 82.5º 0.75% 0.06% -
HSV(B) 82.5º 0.86% 0.11% -
XYZ 0.71 0.98 0.27 -
YUV 22.57 117.52 125.45 -
System Red Green Blue C M Y K H S L
Decimal 19 28 4 0.32 0 0.86 0.89 82.5 0.75 0.06
Hex 13 1C 4 20 0 56 59 52 4B 6
Octal 23 34 4 40 0 126 131 122 113 6
Binary 10011 11100 100 100000 0 1010110 1011001 1010010 1001011 110

Color Harmonies of #131C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131C04

Black with #131C04

Text Example


Text Example

White with #131C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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