Html Css Color HEX #29713D Camarone

📋 copy color: '#29713D'

red 41 ◦ green 113 ◦ blue 61

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

Shades of Camarone #29713D

Tints of Camarone #29713D

RGB

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

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

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

R = 19.07%
G = 52.56%
B = 28.37%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#29713D (or 0x29713D) is known color: Camarone. HEX triplet: 29, 71 and 3D. RGB value is (41,113,61). Sum of RGB (Red+Green+Blue) = 41+113+61=215 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.07% from 215); Green value is 113 (44.53% from 255 or 52.56% from 215); Blue value is 61 (24.22% from 255 or 28.37% from 215); Max value from RGB is 113 - color contains mainly: green. Hex color #29713D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29713D is #D68EC2. Grayscale: #555555. Windows color (decimal): -14061251 or 4026665. OLE color: 4026665.

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

Color convert

RGB 41 113 61 -
CMYK 0.64 0 0.46 0.56
HSL 136.67º 0.47% 0.3% -
HSV(B) 136.67º 0.64% 0.44% -
XYZ 7.66 12.62 6.45 -
YUV 85.54 114.15 96.23 -
System Red Green Blue C M Y K H S L
Decimal 41 113 61 0.64 0 0.46 0.56 136.67 0.47 0.3
Hex 29 71 3D 40 0 2E 38 89 2F 1E
Octal 51 161 75 100 0 56 70 211 57 36
Binary 101001 1110001 111101 1000000 0 101110 111000 10001001 101111 11110

Color Harmonies of #29713D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29713D

Black with #29713D

Text Example


Text Example

White with #29713D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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