Html Css Color HEX #050E02 Pine Tree

📋 copy color: '#050E02'

red 5 ◦ green 14 ◦ blue 2

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

Shades of Pine Tree #050E02

Tints of Pine Tree #050E02

RGB

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

 GREEN value IS 14 (5.86% from 255) = 66.67%

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

R = 23.81%
G = 66.67%
B = 9.52%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.86

 K value IS 0.95

RGB Variations

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

Color information

#050E02 (or 0x050E02) is known color: Pine Tree. HEX triplet: 05, 0E and 02. RGB value is (5,14,2). Sum of RGB (Red+Green+Blue) = 5+14+2=21 (2% of max value = 765). Red value is 5 (2.34% from 255 or 23.81% from 21); Green value is 14 (5.86% from 255 or 66.67% from 21); Blue value is 2 (1.17% from 255 or 9.52% from 21); Max value from RGB is 14 - color contains mainly: green. Hex color #050E02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050E02 is #FAF1FD. Grayscale: #090909. Windows color (decimal): -16445950 or 134661. OLE color: 134661.

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

Color convert

RGB 5 14 2 -
CMYK 0.64 0 0.86 0.95
HSL 105º 0.75% 0.03% -
HSV(B) 105º 0.86% 0.05% -
XYZ 0.23 0.35 0.11 -
YUV 9.94 123.52 124.48 -
System Red Green Blue C M Y K H S L
Decimal 5 14 2 0.64 0 0.86 0.95 105 0.75 0.03
Hex 5 E 2 40 0 56 5F 69 4B 3
Octal 5 16 2 100 0 126 137 151 113 3
Binary 101 1110 10 1000000 0 1010110 1011111 1101001 1001011 11

Color Harmonies of #050E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050E02

Black with #050E02

Text Example


Text Example

White with #050E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,14,2); }

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

background-color css

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

 a { background-color: rgb(5,14,2); }

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

border-color css

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

 span { border-color: rgb(5,14,2); }

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