Html Css Color HEX #005D28 Crusoe

📋 copy color: '#005D28'

red 0 ◦ green 93 ◦ blue 40

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

Shades of Crusoe #005D28

Tints of Crusoe #005D28

RGB

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

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

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

R = 0%
G = 69.92%
B = 30.08%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.57

 K value IS 0.64

RGB Variations

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

Color information

#005D28 (or 0x005D28) is known color: Crusoe. HEX triplet: 00, 5D and 28. RGB value is (0,93,40). Sum of RGB (Red+Green+Blue) = 0+93+40=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 93 (36.72% from 255 or 69.92% from 133); Blue value is 40 (16.02% from 255 or 30.08% from 133); Max value from RGB is 93 - color contains mainly: green. Hex color #005D28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005D28 is #FFA2D7. Grayscale: #3B3B3B. Windows color (decimal): -16753368 or 2645248. OLE color: 2645248.

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

Color convert

RGB 0 93 40 -
CMYK 1 0 0.57 0.64
HSL 145.81º 1% 0.18% -
HSV(B) 145.81º 1% 0.36% -
XYZ 4.3 7.98 3.32 -
YUV 59.15 117.19 85.81 -
System Red Green Blue C M Y K H S L
Decimal 0 93 40 1 0 0.57 0.64 145.81 1 0.18
Hex 0 5D 28 64 0 39 40 92 64 12
Octal 0 135 50 144 0 71 100 222 144 22
Binary 0 1011101 101000 1100100 0 111001 1000000 10010010 1100100 10010

Color Harmonies of #005D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005D28

Black with #005D28

Text Example


Text Example

White with #005D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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