Html Css Color HEX #015A3E Jewel

📋 copy color: '#015A3E'

red 1 ◦ green 90 ◦ blue 62

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

Shades of Jewel #015A3E

Tints of Jewel #015A3E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 58.82%

 BLUE value IS 62 (24.61% from 255) = 40.52%

R = 0.65%
G = 58.82%
B = 40.52%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.31

 K value IS 0.65

RGB Variations

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

Color information

#015A3E (or 0x015A3E) is known color: Jewel. HEX triplet: 01, 5A and 3E. RGB value is (1,90,62). Sum of RGB (Red+Green+Blue) = 1+90+62=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 90 (35.55% from 255 or 58.82% from 153); Blue value is 62 (24.61% from 255 or 40.52% from 153); Max value from RGB is 90 - color contains mainly: green. Hex color #015A3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015A3E is #FEA5C1. Grayscale: #3C3C3C. Windows color (decimal): -16688578 or 4086273. OLE color: 4086273.

HSL color Cylindrical-coordinate representation of color #015A3E: hue angle of 161.12º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015A3E is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.65.

Color convert

RGB 1 90 62 -
CMYK 0.99 0 0.31 0.65
HSL 161.12º 0.98% 0.18% -
HSV(B) 161.12º 0.99% 0.35% -
XYZ 4.54 7.67 5.8 -
YUV 60.2 129.01 85.78 -
System Red Green Blue C M Y K H S L
Decimal 1 90 62 0.99 0 0.31 0.65 161.12 0.98 0.18
Hex 1 5A 3E 63 0 1F 41 A1 62 12
Octal 1 132 76 143 0 37 101 241 142 22
Binary 1 1011010 111110 1100011 0 11111 1000001 10100001 1100010 10010

Color Harmonies of #015A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015A3E

Black with #015A3E

Text Example


Text Example

White with #015A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,90,62); }

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

background-color css

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

 a { background-color: rgb(1,90,62); }

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

border-color css

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

 span { border-color: rgb(1,90,62); }

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