Html Css Color HEX #015D28 Crusoe

📋 copy color: '#015D28'

red 1 ◦ green 93 ◦ blue 40

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

Shades of Crusoe #015D28

Tints of Crusoe #015D28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 29.85%

R = 0.75%
G = 69.4%
B = 29.85%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.57

 K value IS 0.64

RGB Variations

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

Color information

#015D28 (or 0x015D28) is known color: Crusoe. HEX triplet: 01, 5D and 28. RGB value is (1,93,40). Sum of RGB (Red+Green+Blue) = 1+93+40=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 93 (36.72% from 255 or 69.40% from 134); Blue value is 40 (16.02% from 255 or 29.85% from 134); Max value from RGB is 93 - color contains mainly: green. Hex color #015D28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015D28 is #FEA2D7. Grayscale: #3B3B3B. Windows color (decimal): -16687832 or 2645249. OLE color: 2645249.

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

Color convert

RGB 1 93 40 -
CMYK 0.99 0 0.57 0.64
HSL 145.43º 0.98% 0.18% -
HSV(B) 145.43º 0.99% 0.36% -
XYZ 4.31 7.99 3.32 -
YUV 59.45 117.02 86.31 -
System Red Green Blue C M Y K H S L
Decimal 1 93 40 0.99 0 0.57 0.64 145.43 0.98 0.18
Hex 1 5D 28 63 0 39 40 91 62 12
Octal 1 135 50 143 0 71 100 221 142 22
Binary 1 1011101 101000 1100011 0 111001 1000000 10010001 1100010 10010

Color Harmonies of #015D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015D28

Black with #015D28

Text Example


Text Example

White with #015D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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