Html Css Color HEX #050C03 Pine Tree

📋 copy color: '#050C03'

red 5 ◦ green 12 ◦ blue 3

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

Shades of Pine Tree #050C03

Tints of Pine Tree #050C03

RGB

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

 GREEN value IS 12 (5.08% from 255) = 60%

 BLUE value IS 3 (1.56% from 255) = 15%

R = 25%
G = 60%
B = 15%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.75

 K value IS 0.95

RGB Variations

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

Color information

#050C03 (or 0x050C03) is known color: Pine Tree. HEX triplet: 05, 0C and 03. RGB value is (5,12,3). Sum of RGB (Red+Green+Blue) = 5+12+3=20 (2% of max value = 765). Red value is 5 (2.34% from 255 or 25% from 20); Green value is 12 (5.08% from 255 or 60% from 20); Blue value is 3 (1.56% from 255 or 15% from 20); Max value from RGB is 12 - color contains mainly: green. Hex color #050C03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050C03 is #FAF3FC. Grayscale: #080808. Windows color (decimal): -16446461 or 199685. OLE color: 199685.

HSL color Cylindrical-coordinate representation of color #050C03: hue angle of 106.67º degrees, saturation: 0.6, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #050C03 is Cyan = 0.58, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.95.

Color convert

RGB 5 12 3 -
CMYK 0.58 0 0.75 0.95
HSL 106.67º 0.6% 0.03% -
HSV(B) 106.67º 0.75% 0.05% -
XYZ 0.21 0.3 0.13 -
YUV 8.88 124.68 125.23 -
System Red Green Blue C M Y K H S L
Decimal 5 12 3 0.58 0 0.75 0.95 106.67 0.6 0.03
Hex 5 C 3 3A 0 4B 5F 6B 3C 3
Octal 5 14 3 72 0 113 137 153 74 3
Binary 101 1100 11 111010 0 1001011 1011111 1101011 111100 11

Color Harmonies of #050C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050C03

Black with #050C03

Text Example


Text Example

White with #050C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050C03; }

 p { color: rgb(5,12,3); }

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

background-color css

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

 a { background-color: rgb(5,12,3); }

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

border-color css

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

 span { border-color: rgb(5,12,3); }

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