Html Css Color HEX #117C30 Camarone

📋 copy color: '#117C30'

red 17 ◦ green 124 ◦ blue 48

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

Shades of Camarone #117C30

Tints of Camarone #117C30

RGB

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

 GREEN value IS 124 (48.83% from 255) = 65.61%

 BLUE value IS 48 (19.14% from 255) = 25.4%

R = 8.99%
G = 65.61%
B = 25.4%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.61

 K value IS 0.51

RGB Variations

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

Color information

#117C30 (or 0x117C30) is known color: Camarone. HEX triplet: 11, 7C and 30. RGB value is (17,124,48). Sum of RGB (Red+Green+Blue) = 17+124+48=189 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.99% from 189); Green value is 124 (48.83% from 255 or 65.61% from 189); Blue value is 48 (19.14% from 255 or 25.40% from 189); Max value from RGB is 124 - color contains mainly: green. Hex color #117C30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117C30 is #EE83CF. Grayscale: #535353. Windows color (decimal): -15631312 or 3177489. OLE color: 3177489.

HSL color Cylindrical-coordinate representation of color #117C30: hue angle of 137.38º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117C30 is Cyan = 0.86, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 124 48 -
CMYK 0.86 0 0.61 0.51
HSL 137.38º 0.76% 0.28% -
HSV(B) 137.38º 0.86% 0.49% -
XYZ 7.97 14.75 5.22 -
YUV 83.34 108.05 80.68 -
System Red Green Blue C M Y K H S L
Decimal 17 124 48 0.86 0 0.61 0.51 137.38 0.76 0.28
Hex 11 7C 30 56 0 3D 33 89 4C 1C
Octal 21 174 60 126 0 75 63 211 114 34
Binary 10001 1111100 110000 1010110 0 111101 110011 10001001 1001100 11100

Color Harmonies of #117C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117C30

Black with #117C30

Text Example


Text Example

White with #117C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117C30; }

 p { color: rgb(17,124,48); }

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

background-color css

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

 a { background-color: rgb(17,124,48); }

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

border-color css

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

 span { border-color: rgb(17,124,48); }

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