Html Css Color HEX #1C743D Camarone

📋 copy color: '#1C743D'

red 28 ◦ green 116 ◦ blue 61

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

Shades of Camarone #1C743D

Tints of Camarone #1C743D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 56.59%

 BLUE value IS 61 (24.22% from 255) = 29.76%

R = 13.66%
G = 56.59%
B = 29.76%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#1C743D (or 0x1C743D) is known color: Camarone. HEX triplet: 1C, 74 and 3D. RGB value is (28,116,61). Sum of RGB (Red+Green+Blue) = 28+116+61=205 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.66% from 205); Green value is 116 (45.70% from 255 or 56.59% from 205); Blue value is 61 (24.22% from 255 or 29.76% from 205); Max value from RGB is 116 - color contains mainly: green. Hex color #1C743D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C743D is #E38BC2. Grayscale: #535353. Windows color (decimal): -14912451 or 4027420. OLE color: 4027420.

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

Color convert

RGB 28 116 61 -
CMYK 0.76 0 0.47 0.55
HSL 142.5º 0.61% 0.28% -
HSV(B) 142.5º 0.76% 0.45% -
XYZ 7.57 13.07 6.54 -
YUV 83.42 115.35 88.47 -
System Red Green Blue C M Y K H S L
Decimal 28 116 61 0.76 0 0.47 0.55 142.5 0.61 0.28
Hex 1C 74 3D 4C 0 2F 37 8E 3D 1C
Octal 34 164 75 114 0 57 67 216 75 34
Binary 11100 1110100 111101 1001100 0 101111 110111 10001110 111101 11100

Color Harmonies of #1C743D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C743D

Black with #1C743D

Text Example


Text Example

White with #1C743D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,116,61); }

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

background-color css

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

 a { background-color: rgb(28,116,61); }

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

border-color css

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

 span { border-color: rgb(28,116,61); }

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