Html Css Color HEX #005B2D Crusoe

📋 copy color: '#005B2D'

red 0 ◦ green 91 ◦ blue 45

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

Shades of Crusoe #005B2D

Tints of Crusoe #005B2D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 66.91%

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

R = 0%
G = 66.91%
B = 33.09%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.51

 K value IS 0.64

RGB Variations

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

Color information

#005B2D (or 0x005B2D) is known color: Crusoe. HEX triplet: 00, 5B and 2D. RGB value is (0,91,45). Sum of RGB (Red+Green+Blue) = 0+91+45=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 91 (35.94% from 255 or 66.91% from 136); Blue value is 45 (17.97% from 255 or 33.09% from 136); Max value from RGB is 91 - color contains mainly: green. Hex color #005B2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005B2D is #FFA4D2. Grayscale: #3A3A3A. Windows color (decimal): -16753875 or 2972416. OLE color: 2972416.

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

Color convert

RGB 0 91 45 -
CMYK 1 0 0.51 0.64
HSL 149.67º 1% 0.18% -
HSV(B) 149.67º 1% 0.36% -
XYZ 4.21 7.67 3.74 -
YUV 58.55 120.35 86.24 -
System Red Green Blue C M Y K H S L
Decimal 0 91 45 1 0 0.51 0.64 149.67 1 0.18
Hex 0 5B 2D 64 0 33 40 96 64 12
Octal 0 133 55 144 0 63 100 226 144 22
Binary 0 1011011 101101 1100100 0 110011 1000000 10010110 1100100 10010

Color Harmonies of #005B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005B2D

Black with #005B2D

Text Example


Text Example

White with #005B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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