Html Css Color HEX #051200 Pine Tree

📋 copy color: '#051200'

red 5 ◦ green 18 ◦ blue 0

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

Shades of Pine Tree #051200

Tints of Pine Tree #051200

RGB

 RED value IS 5 (2.34% from 255) = 21.74%

 GREEN value IS 18 (7.42% from 255) = 78.26%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 21.74%
G = 78.26%
B = 0%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 1

 K value IS 0.93

RGB Variations

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

Color information

#051200 (or 0x051200) is known color: Pine Tree. HEX triplet: 05, 12 and 00. RGB value is (5,18,0). Sum of RGB (Red+Green+Blue) = 5+18+0=23 (3% of max value = 765). Red value is 5 (2.34% from 255 or 21.74% from 23); Green value is 18 (7.42% from 255 or 78.26% from 23); Blue value is 0 (0.39% from 255 or 0% from 23); Max value from RGB is 18 - color contains mainly: green. Hex color #051200 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051200 is #FAEDFF. Grayscale: #0C0C0C. Windows color (decimal): -16444928 or 4613. OLE color: 4613.

HSL color Cylindrical-coordinate representation of color #051200: hue angle of 103.33º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #051200 is Cyan = 0.72, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.93.

Color convert

RGB 5 18 0 -
CMYK 0.72 0 1 0.93
HSL 103.33º 1% 0.04% -
HSV(B) 103.33º 1% 0.07% -
XYZ 0.28 0.46 0.08 -
YUV 12.06 121.19 122.96 -
System Red Green Blue C M Y K H S L
Decimal 5 18 0 0.72 0 1 0.93 103.33 1 0.04
Hex 5 12 0 48 0 64 5D 67 64 4
Octal 5 22 0 110 0 144 135 147 144 4
Binary 101 10010 0 1001000 0 1100100 1011101 1100111 1100100 100

Color Harmonies of #051200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051200

Black with #051200

Text Example


Text Example

White with #051200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051200; }

 p { color: rgb(5,18,0); }

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

background-color css

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

 a { background-color: rgb(5,18,0); }

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

border-color css

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

 span { border-color: rgb(5,18,0); }

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