Html Css Color HEX #1C752F Camarone

📋 copy color: '#1C752F'

red 28 ◦ green 117 ◦ blue 47

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

Shades of Camarone #1C752F

Tints of Camarone #1C752F

RGB

 RED value IS 28 (11.33% from 255) = 14.58%

 GREEN value IS 117 (46.09% from 255) = 60.94%

 BLUE value IS 47 (18.75% from 255) = 24.48%

R = 14.58%
G = 60.94%
B = 24.48%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#1C752F (or 0x1C752F) is known color: Camarone. HEX triplet: 1C, 75 and 2F. RGB value is (28,117,47). Sum of RGB (Red+Green+Blue) = 28+117+47=192 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.58% from 192); Green value is 117 (46.09% from 255 or 60.94% from 192); Blue value is 47 (18.75% from 255 or 24.48% from 192); Max value from RGB is 117 - color contains mainly: green. Hex color #1C752F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C752F is #E38AD0. Grayscale: #525252. Windows color (decimal): -14912209 or 3110172. OLE color: 3110172.

HSL color Cylindrical-coordinate representation of color #1C752F: hue angle of 132.81º 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 #1C752F is Cyan = 0.76, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB 28 117 47 -
CMYK 0.76 0 0.60 0.54
HSL 132.81º 0.61% 0.28% -
HSV(B) 132.81º 0.76% 0.46% -
XYZ 7.35 13.17 4.84 -
YUV 82.41 108.01 89.19 -
System Red Green Blue C M Y K H S L
Decimal 28 117 47 0.76 0 0.60 0.54 132.81 0.61 0.28
Hex 1C 75 2F 4C 0 3C 36 85 3D 1C
Octal 34 165 57 114 0 74 66 205 75 34
Binary 11100 1110101 101111 1001100 0 111100 110110 10000101 111101 11100

Color Harmonies of #1C752F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C752F

Black with #1C752F

Text Example


Text Example

White with #1C752F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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