Html Css Color HEX #29713C Camarone

📋 copy color: '#29713C'

red 41 ◦ green 113 ◦ blue 60

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

Shades of Camarone #29713C

Tints of Camarone #29713C

RGB

 RED value IS 41 (16.41% from 255) = 19.16%

 GREEN value IS 113 (44.53% from 255) = 52.8%

 BLUE value IS 60 (23.83% from 255) = 28.04%

R = 19.16%
G = 52.8%
B = 28.04%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#29713C (or 0x29713C) is known color: Camarone. HEX triplet: 29, 71 and 3C. RGB value is (41,113,60). Sum of RGB (Red+Green+Blue) = 41+113+60=214 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.16% from 214); Green value is 113 (44.53% from 255 or 52.80% from 214); Blue value is 60 (23.83% from 255 or 28.04% from 214); Max value from RGB is 113 - color contains mainly: green. Hex color #29713C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29713C is #D68EC3. Grayscale: #555555. Windows color (decimal): -14061252 or 3961129. OLE color: 3961129.

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

Color convert

RGB 41 113 60 -
CMYK 0.64 0 0.47 0.56
HSL 135.83º 0.47% 0.3% -
HSV(B) 135.83º 0.64% 0.44% -
XYZ 7.64 12.61 6.31 -
YUV 85.43 113.65 96.31 -
System Red Green Blue C M Y K H S L
Decimal 41 113 60 0.64 0 0.47 0.56 135.83 0.47 0.3
Hex 29 71 3C 40 0 2F 38 88 2F 1E
Octal 51 161 74 100 0 57 70 210 57 36
Binary 101001 1110001 111100 1000000 0 101111 111000 10001000 101111 11110

Color Harmonies of #29713C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29713C

Black with #29713C

Text Example


Text Example

White with #29713C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29713C; }

 p { color: rgb(41,113,60); }

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

background-color css

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

 a { background-color: rgb(41,113,60); }

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

border-color css

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

 span { border-color: rgb(41,113,60); }

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