Html Css Color HEX #015B21 Crusoe

📋 copy color: '#015B21'

red 1 ◦ green 91 ◦ blue 33

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

Shades of Crusoe #015B21

Tints of Crusoe #015B21

RGB

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

 GREEN value IS 91 (35.94% from 255) = 72.8%

 BLUE value IS 33 (13.28% from 255) = 26.4%

R = 0.8%
G = 72.8%
B = 26.4%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.64

 K value IS 0.64

RGB Variations

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

Color information

#015B21 (or 0x015B21) is known color: Crusoe. HEX triplet: 01, 5B and 21. RGB value is (1,91,33). Sum of RGB (Red+Green+Blue) = 1+91+33=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 91 (35.94% from 255 or 72.8% from 125); Blue value is 33 (13.28% from 255 or 26.4% from 125); Max value from RGB is 91 - color contains mainly: green. Hex color #015B21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015B21 is #FEA4DE. Grayscale: #393939. Windows color (decimal): -16688351 or 2185985. OLE color: 2185985.

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

Color convert

RGB 1 91 33 -
CMYK 0.99 0 0.64 0.64
HSL 141.33º 0.98% 0.18% -
HSV(B) 141.33º 0.99% 0.36% -
XYZ 4.03 7.6 2.69 -
YUV 57.48 114.18 87.72 -
System Red Green Blue C M Y K H S L
Decimal 1 91 33 0.99 0 0.64 0.64 141.33 0.98 0.18
Hex 1 5B 21 63 0 40 40 8D 62 12
Octal 1 133 41 143 0 100 100 215 142 22
Binary 1 1011011 100001 1100011 0 1000000 1000000 10001101 1100010 10010

Color Harmonies of #015B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015B21

Black with #015B21

Text Example


Text Example

White with #015B21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,91,33); }

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

background-color css

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

 a { background-color: rgb(1,91,33); }

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

border-color css

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

 span { border-color: rgb(1,91,33); }

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