Html Css Color HEX #015C27 Crusoe

📋 copy color: '#015C27'

red 1 ◦ green 92 ◦ blue 39

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

Shades of Crusoe #015C27

Tints of Crusoe #015C27

RGB

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

 GREEN value IS 92 (36.33% from 255) = 69.7%

 BLUE value IS 39 (15.63% from 255) = 29.55%

R = 0.76%
G = 69.7%
B = 29.55%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.58

 K value IS 0.64

RGB Variations

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

Color information

#015C27 (or 0x015C27) is known color: Crusoe. HEX triplet: 01, 5C and 27. RGB value is (1,92,39). Sum of RGB (Red+Green+Blue) = 1+92+39=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 92 (36.33% from 255 or 69.70% from 132); Blue value is 39 (15.62% from 255 or 29.55% from 132); Max value from RGB is 92 - color contains mainly: green. Hex color #015C27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015C27 is #FEA3D8. Grayscale: #3A3A3A. Windows color (decimal): -16688089 or 2579457. OLE color: 2579457.

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

Color convert

RGB 1 92 39 -
CMYK 0.99 0 0.58 0.64
HSL 145.05º 0.98% 0.18% -
HSV(B) 145.05º 0.99% 0.36% -
XYZ 4.21 7.81 3.2 -
YUV 58.75 116.85 86.81 -
System Red Green Blue C M Y K H S L
Decimal 1 92 39 0.99 0 0.58 0.64 145.05 0.98 0.18
Hex 1 5C 27 63 0 3A 40 91 62 12
Octal 1 134 47 143 0 72 100 221 142 22
Binary 1 1011100 100111 1100011 0 111010 1000000 10010001 1100010 10010

Color Harmonies of #015C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015C27

Black with #015C27

Text Example


Text Example

White with #015C27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,92,39); }

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

background-color css

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

 a { background-color: rgb(1,92,39); }

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

border-color css

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

 span { border-color: rgb(1,92,39); }

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