#1C752D

Color #1C752D Camarone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camarone #1C752D

Tints of Camarone #1C752D

Color information

#1C752D (or 0x1C752D) is unknown color: approx Camarone. HEX triplet: 1C, 75 and 2D. RGB value is (28,117,45). Sum of RGB (Red+Green+Blue) = 28+117+45=190 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.74% from 190); Green value is 117 (46.09% from 255 or 61.58% from 190); Blue value is 45 (17.97% from 255 or 23.68% from 190); Max value from RGB is 117 - color contains mainly: green. Hex color #1C752D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C752D is #E38AD2. Grayscale: #525252. Windows color (decimal): -14912211 or 2979100. OLE color: 2979100.

HSL color Cylindrical-coordinate representation of color #1C752D: hue angle of 131.46º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C752D is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB2811745-
CMYK0.7600.620.54
HSL131.46º61.38%28.43%-
HSV(B)131.46º76.07%45.88%-
XYZ7.3113.164.64-
YUV82.18107.0189.35-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.74%
GREEN value IS 117 (46.09% from 255) = 61.58%
BLUE value IS 45 (17.97% from 255) = 23.68%
R=14.74%
G=61.58%
B=23.68%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal28117450.7600.620.54131.4661.3828.43
Hex1C752D4C03E36833d1c
Octal3416555114076662037534
Binary111001110101101101100110001111101101101000001111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C752D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C752D; }

 p { color: rgb(28,117,45); }

 H1.HeaderClassName
 {
   color: #1C752D;
 }
 .AnyTagClassName
 {
   color: #1C752D;
 }
</style>
background-color css

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

 a { background-color: rgb(28,117,45); }

 div.DivClassName
 {
   background-color: #1C752D;
 }
 .BgClassName
 {
   background-color: #1C752D;
 }
</style>
border-color css

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

 span { border-color: rgb(28,117,45); }

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