Html Css Color HEX #015F03 Green

📋 copy color: '#015F03'

red 1 ◦ green 95 ◦ blue 3

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

Shades of Green #015F03

Tints of Green #015F03

RGB

 RED value IS 1 (0.78% from 255) = 1.01%

 GREEN value IS 95 (37.5% from 255) = 95.96%

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

R = 1.01%
G = 95.96%
B = 3.03%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.97

 K value IS 0.63

RGB Variations

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

Color information

#015F03 (or 0x015F03) is known color: Green. HEX triplet: 01, 5F and 03. RGB value is (1,95,3). Sum of RGB (Red+Green+Blue) = 1+95+3=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 95 (37.5% from 255 or 95.96% from 99); Blue value is 3 (1.56% from 255 or 3.03% from 99); Max value from RGB is 95 - color contains mainly: green. Hex color #015F03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015F03 is #FEA0FC. Grayscale: #383838. Windows color (decimal): -16687357 or 220929. OLE color: 220929.

HSL color Cylindrical-coordinate representation of color #015F03: hue angle of 121.28º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015F03 is Cyan = 0.99, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.63.

Color convert

RGB 1 95 3 -
CMYK 0.99 0 0.97 0.63
HSL 121.28º 0.98% 0.19% -
HSV(B) 121.28º 0.99% 0.37% -
XYZ 4.12 8.2 1.45 -
YUV 56.41 97.86 88.48 -
System Red Green Blue C M Y K H S L
Decimal 1 95 3 0.99 0 0.97 0.63 121.28 0.98 0.19
Hex 1 5F 3 63 0 61 3F 79 62 13
Octal 1 137 3 143 0 141 77 171 142 23
Binary 1 1011111 11 1100011 0 1100001 111111 1111001 1100010 10011

Color Harmonies of #015F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015F03

Black with #015F03

Text Example


Text Example

White with #015F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015F03; }

 p { color: rgb(1,95,3); }

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

background-color css

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

 a { background-color: rgb(1,95,3); }

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

border-color css

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

 span { border-color: rgb(1,95,3); }

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