Html Css Color HEX #005A2F Crusoe

📋 copy color: '#005A2F'

red 0 ◦ green 90 ◦ blue 47

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

Shades of Crusoe #005A2F

Tints of Crusoe #005A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 34.31%

R = 0%
G = 65.69%
B = 34.31%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#005A2F (or 0x005A2F) is known color: Crusoe. HEX triplet: 00, 5A and 2F. RGB value is (0,90,47). Sum of RGB (Red+Green+Blue) = 0+90+47=137 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 137); Green value is 90 (35.55% from 255 or 65.69% from 137); Blue value is 47 (18.75% from 255 or 34.31% from 137); Max value from RGB is 90 - color contains mainly: green. Hex color #005A2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005A2F is #FFA5D0. Grayscale: #3A3A3A. Windows color (decimal): -16754129 or 3103232. OLE color: 3103232.

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

Color convert

RGB 0 90 47 -
CMYK 1 0 0.48 0.65
HSL 151.33º 1% 0.18% -
HSV(B) 151.33º 1% 0.35% -
XYZ 4.17 7.52 3.92 -
YUV 58.19 121.68 86.5 -
System Red Green Blue C M Y K H S L
Decimal 0 90 47 1 0 0.48 0.65 151.33 1 0.18
Hex 0 5A 2F 64 0 30 41 97 64 12
Octal 0 132 57 144 0 60 101 227 144 22
Binary 0 1011010 101111 1100100 0 110000 1000001 10010111 1100100 10010

Color Harmonies of #005A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005A2F

Black with #005A2F

Text Example


Text Example

White with #005A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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