Html Css Color HEX #005A2E Crusoe

📋 copy color: '#005A2E'

red 0 ◦ green 90 ◦ blue 46

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

Shades of Crusoe #005A2E

Tints of Crusoe #005A2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 33.82%

R = 0%
G = 66.18%
B = 33.82%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#005A2E (or 0x005A2E) is known color: Crusoe. HEX triplet: 00, 5A and 2E. RGB value is (0,90,46). Sum of RGB (Red+Green+Blue) = 0+90+46=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 90 (35.55% from 255 or 66.18% from 136); Blue value is 46 (18.36% from 255 or 33.82% from 136); Max value from RGB is 90 - color contains mainly: green. Hex color #005A2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005A2E is #FFA5D1. Grayscale: #3A3A3A. Windows color (decimal): -16754130 or 3037696. OLE color: 3037696.

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

Color convert

RGB 0 90 46 -
CMYK 1 0 0.49 0.65
HSL 150.67º 1% 0.18% -
HSV(B) 150.67º 1% 0.35% -
XYZ 4.15 7.51 3.82 -
YUV 58.07 121.18 86.58 -
System Red Green Blue C M Y K H S L
Decimal 0 90 46 1 0 0.49 0.65 150.67 1 0.18
Hex 0 5A 2E 64 0 31 41 97 64 12
Octal 0 132 56 144 0 61 101 227 144 22
Binary 0 1011010 101110 1100100 0 110001 1000001 10010111 1100100 10010

Color Harmonies of #005A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005A2E

Black with #005A2E

Text Example


Text Example

White with #005A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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