Html Css Color HEX #056E2C Crusoe

📋 copy color: '#056E2C'

red 5 ◦ green 110 ◦ blue 44

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

Shades of Crusoe #056E2C

Tints of Crusoe #056E2C

RGB

 RED value IS 5 (2.34% from 255) = 3.14%

 GREEN value IS 110 (43.36% from 255) = 69.18%

 BLUE value IS 44 (17.58% from 255) = 27.67%

R = 3.14%
G = 69.18%
B = 27.67%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.6

 K value IS 0.57

RGB Variations

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

Color information

#056E2C (or 0x056E2C) is known color: Crusoe. HEX triplet: 05, 6E and 2C. RGB value is (5,110,44). Sum of RGB (Red+Green+Blue) = 5+110+44=159 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.14% from 159); Green value is 110 (43.36% from 255 or 69.18% from 159); Blue value is 44 (17.58% from 255 or 27.67% from 159); Max value from RGB is 110 - color contains mainly: green. Hex color #056E2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056E2C is #FA91D3. Grayscale: #474747. Windows color (decimal): -16421332 or 2911749. OLE color: 2911749.

HSL color Cylindrical-coordinate representation of color #056E2C: hue angle of 142.29º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056E2C is Cyan = 0.95, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.57.

Color convert

RGB 5 110 44 -
CMYK 0.95 0 0.6 0.57
HSL 142.29º 0.91% 0.23% -
HSV(B) 142.29º 0.95% 0.43% -
XYZ 6.09 11.37 4.26 -
YUV 71.08 112.71 80.87 -
System Red Green Blue C M Y K H S L
Decimal 5 110 44 0.95 0 0.6 0.57 142.29 0.91 0.23
Hex 5 6E 2C 5F 0 3C 39 8E 5B 17
Octal 5 156 54 137 0 74 71 216 133 27
Binary 101 1101110 101100 1011111 0 111100 111001 10001110 1011011 10111

Color Harmonies of #056E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056E2C

Black with #056E2C

Text Example


Text Example

White with #056E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056E2C; }

 p { color: rgb(5,110,44); }

 H1.HeaderClassName
 {
   color: #056E2C;
 }
 .AnyTagClassName
 {
   color: #056E2C;
 }
</style>

background-color css

<style>
 a { background-color: #056E2C; }

 a { background-color: rgb(5,110,44); }

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

border-color css

<style>
 span { border-color: #056E2C; }

 span { border-color: rgb(5,110,44); }

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