Html Css Color HEX #005A2D Crusoe

📋 copy color: '#005A2D'

red 0 ◦ green 90 ◦ blue 45

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

Shades of Crusoe #005A2D

Tints of Crusoe #005A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 33.33%

R = 0%
G = 66.67%
B = 33.33%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.50

 K value IS 0.65

RGB Variations

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

Color information

#005A2D (or 0x005A2D) is known color: Crusoe. HEX triplet: 00, 5A and 2D. RGB value is (0,90,45). Sum of RGB (Red+Green+Blue) = 0+90+45=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 90 (35.55% from 255 or 66.67% from 135); Blue value is 45 (17.97% from 255 or 33.33% from 135); Max value from RGB is 90 - color contains mainly: green. Hex color #005A2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005A2D is #FFA5D2. Grayscale: #3A3A3A. Windows color (decimal): -16754131 or 2972160. OLE color: 2972160.

HSL color Cylindrical-coordinate representation of color #005A2D: hue angle of 150º 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 #005A2D is Cyan = 1, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.65.

Color convert

RGB 0 90 45 -
CMYK 1 0 0.50 0.65
HSL 150º 1% 0.18% -
HSV(B) 150º 1% 0.35% -
XYZ 4.13 7.5 3.71 -
YUV 57.96 120.68 86.66 -
System Red Green Blue C M Y K H S L
Decimal 0 90 45 1 0 0.50 0.65 150 1 0.18
Hex 0 5A 2D 64 0 32 41 96 64 12
Octal 0 132 55 144 0 62 101 226 144 22
Binary 0 1011010 101101 1100100 0 110010 1000001 10010110 1100100 10010

Color Harmonies of #005A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005A2D

Black with #005A2D

Text Example


Text Example

White with #005A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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