Html Css Color HEX #056E2B Crusoe

📋 copy color: '#056E2B'

red 5 ◦ green 110 ◦ blue 43

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

Shades of Crusoe #056E2B

Tints of Crusoe #056E2B

RGB

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

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

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

R = 3.16%
G = 69.62%
B = 27.22%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.61

 K value IS 0.57

RGB Variations

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

Color information

#056E2B (or 0x056E2B) is known color: Crusoe. HEX triplet: 05, 6E and 2B. RGB value is (5,110,43). Sum of RGB (Red+Green+Blue) = 5+110+43=158 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.16% from 158); Green value is 110 (43.36% from 255 or 69.62% from 158); Blue value is 43 (17.19% from 255 or 27.22% from 158); Max value from RGB is 110 - color contains mainly: green. Hex color #056E2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056E2B is #FA91D4. Grayscale: #474747. Windows color (decimal): -16421333 or 2846213. OLE color: 2846213.

HSL color Cylindrical-coordinate representation of color #056E2B: hue angle of 141.71º 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 #056E2B is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.57.

Color convert

RGB 5 110 43 -
CMYK 0.95 0 0.61 0.57
HSL 141.71º 0.91% 0.23% -
HSV(B) 141.71º 0.95% 0.43% -
XYZ 6.07 11.36 4.16 -
YUV 70.97 112.21 80.95 -
System Red Green Blue C M Y K H S L
Decimal 5 110 43 0.95 0 0.61 0.57 141.71 0.91 0.23
Hex 5 6E 2B 5F 0 3D 39 8E 5B 17
Octal 5 156 53 137 0 75 71 216 133 27
Binary 101 1101110 101011 1011111 0 111101 111001 10001110 1011011 10111

Color Harmonies of #056E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056E2B

Black with #056E2B

Text Example


Text Example

White with #056E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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