Html Css Color HEX #056F2B Crusoe

📋 copy color: '#056F2B'

red 5 ◦ green 111 ◦ blue 43

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

Shades of Crusoe #056F2B

Tints of Crusoe #056F2B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 69.81%

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

R = 3.14%
G = 69.81%
B = 27.04%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#056F2B (or 0x056F2B) is known color: Crusoe. HEX triplet: 05, 6F and 2B. RGB value is (5,111,43). Sum of RGB (Red+Green+Blue) = 5+111+43=159 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.14% from 159); Green value is 111 (43.75% from 255 or 69.81% from 159); Blue value is 43 (17.19% from 255 or 27.04% from 159); Max value from RGB is 111 - color contains mainly: green. Hex color #056F2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056F2B is #FA90D4. Grayscale: #474747. Windows color (decimal): -16421077 or 2846469. OLE color: 2846469.

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

Color convert

RGB 5 111 43 -
CMYK 0.95 0 0.61 0.56
HSL 141.51º 0.91% 0.23% -
HSV(B) 141.51º 0.95% 0.44% -
XYZ 6.18 11.58 4.19 -
YUV 71.55 111.88 80.53 -
System Red Green Blue C M Y K H S L
Decimal 5 111 43 0.95 0 0.61 0.56 141.51 0.91 0.23
Hex 5 6F 2B 5F 0 3D 38 8E 5B 17
Octal 5 157 53 137 0 75 70 216 133 27
Binary 101 1101111 101011 1011111 0 111101 111000 10001110 1011011 10111

Color Harmonies of #056F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056F2B

Black with #056F2B

Text Example


Text Example

White with #056F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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