Html Css Color HEX #015D18 Crusoe

📋 copy color: '#015D18'

red 1 ◦ green 93 ◦ blue 24

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

Shades of Crusoe #015D18

Tints of Crusoe #015D18

RGB

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

 GREEN value IS 93 (36.72% from 255) = 78.81%

 BLUE value IS 24 (9.77% from 255) = 20.34%

R = 0.85%
G = 78.81%
B = 20.34%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.74

 K value IS 0.64

RGB Variations

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

Color information

#015D18 (or 0x015D18) is known color: Crusoe. HEX triplet: 01, 5D and 18. RGB value is (1,93,24). Sum of RGB (Red+Green+Blue) = 1+93+24=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 93 (36.72% from 255 or 78.81% from 118); Blue value is 24 (9.77% from 255 or 20.34% from 118); Max value from RGB is 93 - color contains mainly: green. Hex color #015D18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015D18 is #FEA2E7. Grayscale: #393939. Windows color (decimal): -16687848 or 1596673. OLE color: 1596673.

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

Color convert

RGB 1 93 24 -
CMYK 0.99 0 0.74 0.64
HSL 135º 0.98% 0.18% -
HSV(B) 135º 0.99% 0.36% -
XYZ 4.09 7.9 2.17 -
YUV 57.63 109.02 87.61 -
System Red Green Blue C M Y K H S L
Decimal 1 93 24 0.99 0 0.74 0.64 135 0.98 0.18
Hex 1 5D 18 63 0 4A 40 87 62 12
Octal 1 135 30 143 0 112 100 207 142 22
Binary 1 1011101 11000 1100011 0 1001010 1000000 10000111 1100010 10010

Color Harmonies of #015D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015D18

Black with #015D18

Text Example


Text Example

White with #015D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,93,24); }

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

background-color css

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

 a { background-color: rgb(1,93,24); }

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

border-color css

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

 span { border-color: rgb(1,93,24); }

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