Html Css Color HEX #117028 Camarone

📋 copy color: '#117028'

red 17 ◦ green 112 ◦ blue 40

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

Shades of Camarone #117028

Tints of Camarone #117028

RGB

 RED value IS 17 (7.03% from 255) = 10.06%

 GREEN value IS 112 (44.14% from 255) = 66.27%

 BLUE value IS 40 (16.02% from 255) = 23.67%

R = 10.06%
G = 66.27%
B = 23.67%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#117028 (or 0x117028) is known color: Camarone. HEX triplet: 11, 70 and 28. RGB value is (17,112,40). Sum of RGB (Red+Green+Blue) = 17+112+40=169 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.06% from 169); Green value is 112 (44.14% from 255 or 66.27% from 169); Blue value is 40 (16.02% from 255 or 23.67% from 169); Max value from RGB is 112 - color contains mainly: green. Hex color #117028 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117028 is #EE8FD7. Grayscale: #4B4B4B. Windows color (decimal): -15634392 or 2650129. OLE color: 2650129.

HSL color Cylindrical-coordinate representation of color #117028: hue angle of 134.53º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #117028 is Cyan = 0.85, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 112 40 -
CMYK 0.85 0 0.64 0.56
HSL 134.53º 0.74% 0.25% -
HSV(B) 134.53º 0.85% 0.44% -
XYZ 6.41 11.86 3.96 -
YUV 75.39 108.03 86.35 -
System Red Green Blue C M Y K H S L
Decimal 17 112 40 0.85 0 0.64 0.56 134.53 0.74 0.25
Hex 11 70 28 55 0 40 38 87 4A 19
Octal 21 160 50 125 0 100 70 207 112 31
Binary 10001 1110000 101000 1010101 0 1000000 111000 10000111 1001010 11001

Color Harmonies of #117028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117028

Black with #117028

Text Example


Text Example

White with #117028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117028; }

 p { color: rgb(17,112,40); }

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

background-color css

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

 a { background-color: rgb(17,112,40); }

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

border-color css

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

 span { border-color: rgb(17,112,40); }

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