Html Css Color HEX #29713E Camarone

📋 copy color: '#29713E'

red 41 ◦ green 113 ◦ blue 62

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

Shades of Camarone #29713E

Tints of Camarone #29713E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 28.7%

R = 18.98%
G = 52.31%
B = 28.7%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#29713E (or 0x29713E) is known color: Camarone. HEX triplet: 29, 71 and 3E. RGB value is (41,113,62). Sum of RGB (Red+Green+Blue) = 41+113+62=216 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.98% from 216); Green value is 113 (44.53% from 255 or 52.31% from 216); Blue value is 62 (24.61% from 255 or 28.70% from 216); Max value from RGB is 113 - color contains mainly: green. Hex color #29713E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29713E is #D68EC1. Grayscale: #555555. Windows color (decimal): -14061250 or 4092201. OLE color: 4092201.

HSL color Cylindrical-coordinate representation of color #29713E: hue angle of 137.5º 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 #29713E is Cyan = 0.64, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 113 62 -
CMYK 0.64 0 0.45 0.56
HSL 137.5º 0.47% 0.3% -
HSV(B) 137.5º 0.64% 0.44% -
XYZ 7.69 12.63 6.59 -
YUV 85.66 114.65 96.15 -
System Red Green Blue C M Y K H S L
Decimal 41 113 62 0.64 0 0.45 0.56 137.5 0.47 0.3
Hex 29 71 3E 40 0 2D 38 8A 2F 1E
Octal 51 161 76 100 0 55 70 212 57 36
Binary 101001 1110001 111110 1000000 0 101101 111000 10001010 101111 11110

Color Harmonies of #29713E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29713E

Black with #29713E

Text Example


Text Example

White with #29713E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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