Html Css Color HEX #29713B Camarone

📋 copy color: '#29713B'

red 41 ◦ green 113 ◦ blue 59

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

Shades of Camarone #29713B

Tints of Camarone #29713B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 27.7%

R = 19.25%
G = 53.05%
B = 27.7%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#29713B (or 0x29713B) is known color: Camarone. HEX triplet: 29, 71 and 3B. RGB value is (41,113,59). Sum of RGB (Red+Green+Blue) = 41+113+59=213 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.25% from 213); Green value is 113 (44.53% from 255 or 53.05% from 213); Blue value is 59 (23.44% from 255 or 27.70% from 213); Max value from RGB is 113 - color contains mainly: green. Hex color #29713B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29713B is #D68EC4. Grayscale: #555555. Windows color (decimal): -14061253 or 3895593. OLE color: 3895593.

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

Color convert

RGB 41 113 59 -
CMYK 0.64 0 0.48 0.56
HSL 135º 0.47% 0.3% -
HSV(B) 135º 0.64% 0.44% -
XYZ 7.61 12.6 6.17 -
YUV 85.32 113.15 96.39 -
System Red Green Blue C M Y K H S L
Decimal 41 113 59 0.64 0 0.48 0.56 135 0.47 0.3
Hex 29 71 3B 40 0 30 38 87 2F 1E
Octal 51 161 73 100 0 60 70 207 57 36
Binary 101001 1110001 111011 1000000 0 110000 111000 10000111 101111 11110

Color Harmonies of #29713B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29713B

Black with #29713B

Text Example


Text Example

White with #29713B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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