Html Css Color HEX #015D15 Crusoe

📋 copy color: '#015D15'

red 1 ◦ green 93 ◦ blue 21

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

Shades of Crusoe #015D15

Tints of Crusoe #015D15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 18.26%

R = 0.87%
G = 80.87%
B = 18.26%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.77

 K value IS 0.64

RGB Variations

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

Color information

#015D15 (or 0x015D15) is known color: Crusoe. HEX triplet: 01, 5D and 15. RGB value is (1,93,21). Sum of RGB (Red+Green+Blue) = 1+93+21=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 93 (36.72% from 255 or 80.87% from 115); Blue value is 21 (8.59% from 255 or 18.26% from 115); Max value from RGB is 93 - color contains mainly: green. Hex color #015D15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015D15 is #FEA2EA. Grayscale: #393939. Windows color (decimal): -16687851 or 1400065. OLE color: 1400065.

HSL color Cylindrical-coordinate representation of color #015D15: hue angle of 133.04º 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 #015D15 is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.64.

Color convert

RGB 1 93 21 -
CMYK 0.99 0 0.77 0.64
HSL 133.04º 0.98% 0.18% -
HSV(B) 133.04º 0.99% 0.36% -
XYZ 4.06 7.89 2.02 -
YUV 57.28 107.52 87.85 -
System Red Green Blue C M Y K H S L
Decimal 1 93 21 0.99 0 0.77 0.64 133.04 0.98 0.18
Hex 1 5D 15 63 0 4D 40 85 62 12
Octal 1 135 25 143 0 115 100 205 142 22
Binary 1 1011101 10101 1100011 0 1001101 1000000 10000101 1100010 10010

Color Harmonies of #015D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015D15

Black with #015D15

Text Example


Text Example

White with #015D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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