Html Css Color HEX #005A2B Crusoe

📋 copy color: '#005A2B'

red 0 ◦ green 90 ◦ blue 43

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

Shades of Crusoe #005A2B

Tints of Crusoe #005A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 32.33%

R = 0%
G = 67.67%
B = 32.33%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#005A2B (or 0x005A2B) is known color: Crusoe. HEX triplet: 00, 5A and 2B. RGB value is (0,90,43). Sum of RGB (Red+Green+Blue) = 0+90+43=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 90 (35.55% from 255 or 67.67% from 133); Blue value is 43 (17.19% from 255 or 32.33% from 133); Max value from RGB is 90 - color contains mainly: green. Hex color #005A2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005A2B is #FFA5D4. Grayscale: #393939. Windows color (decimal): -16754133 or 2841088. OLE color: 2841088.

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

Color convert

RGB 0 90 43 -
CMYK 1 0 0.52 0.65
HSL 148.67º 1% 0.18% -
HSV(B) 148.67º 1% 0.35% -
XYZ 4.09 7.49 3.51 -
YUV 57.73 119.68 86.82 -
System Red Green Blue C M Y K H S L
Decimal 0 90 43 1 0 0.52 0.65 148.67 1 0.18
Hex 0 5A 2B 64 0 34 41 95 64 12
Octal 0 132 53 144 0 64 101 225 144 22
Binary 0 1011010 101011 1100100 0 110100 1000001 10010101 1100100 10010

Color Harmonies of #005A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005A2B

Black with #005A2B

Text Example


Text Example

White with #005A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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