Html Css Color HEX #005A28 Crusoe

📋 copy color: '#005A28'

red 0 ◦ green 90 ◦ blue 40

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

Shades of Crusoe #005A28

Tints of Crusoe #005A28

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 69.23%
B = 30.77%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.56

 K value IS 0.65

RGB Variations

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

Color information

#005A28 (or 0x005A28) is known color: Crusoe. HEX triplet: 00, 5A and 28. RGB value is (0,90,40). Sum of RGB (Red+Green+Blue) = 0+90+40=130 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 130); Green value is 90 (35.55% from 255 or 69.23% from 130); Blue value is 40 (16.02% from 255 or 30.77% from 130); Max value from RGB is 90 - color contains mainly: green. Hex color #005A28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005A28 is #FFA5D7. Grayscale: #393939. Windows color (decimal): -16754136 or 2644480. OLE color: 2644480.

HSL color Cylindrical-coordinate representation of color #005A28: hue angle of 146.67º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005A28 is Cyan = 1, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.65.

Color convert

RGB 0 90 40 -
CMYK 1 0 0.56 0.65
HSL 146.67º 1% 0.18% -
HSV(B) 146.67º 1% 0.35% -
XYZ 4.04 7.47 3.24 -
YUV 57.39 118.18 87.07 -
System Red Green Blue C M Y K H S L
Decimal 0 90 40 1 0 0.56 0.65 146.67 1 0.18
Hex 0 5A 28 64 0 38 41 93 64 12
Octal 0 132 50 144 0 70 101 223 144 22
Binary 0 1011010 101000 1100100 0 111000 1000001 10010011 1100100 10010

Color Harmonies of #005A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005A28

Black with #005A28

Text Example


Text Example

White with #005A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005A28; }

 p { color: rgb(0,90,40); }

 H1.HeaderClassName
 {
   color: #005A28;
 }
 .AnyTagClassName
 {
   color: #005A28;
 }
</style>

background-color css

<style>
 a { background-color: #005A28; }

 a { background-color: rgb(0,90,40); }

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

border-color css

<style>
 span { border-color: #005A28; }

 span { border-color: rgb(0,90,40); }

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