Html Css Color HEX #015A2C Crusoe

📋 copy color: '#015A2C'

red 1 ◦ green 90 ◦ blue 44

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

Shades of Crusoe #015A2C

Tints of Crusoe #015A2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 32.59%

R = 0.74%
G = 66.67%
B = 32.59%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#015A2C (or 0x015A2C) is known color: Crusoe. HEX triplet: 01, 5A and 2C. RGB value is (1,90,44). Sum of RGB (Red+Green+Blue) = 1+90+44=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 90 (35.55% from 255 or 66.67% from 135); Blue value is 44 (17.58% from 255 or 32.59% from 135); Max value from RGB is 90 - color contains mainly: green. Hex color #015A2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015A2C is #FEA5D3. Grayscale: #3A3A3A. Windows color (decimal): -16688596 or 2906625. OLE color: 2906625.

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

Color convert

RGB 1 90 44 -
CMYK 0.99 0 0.51 0.65
HSL 148.99º 0.98% 0.18% -
HSV(B) 148.99º 0.99% 0.35% -
XYZ 4.12 7.5 3.61 -
YUV 58.15 120.01 87.24 -
System Red Green Blue C M Y K H S L
Decimal 1 90 44 0.99 0 0.51 0.65 148.99 0.98 0.18
Hex 1 5A 2C 63 0 33 41 95 62 12
Octal 1 132 54 143 0 63 101 225 142 22
Binary 1 1011010 101100 1100011 0 110011 1000001 10010101 1100010 10010

Color Harmonies of #015A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015A2C

Black with #015A2C

Text Example


Text Example

White with #015A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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