#1D713D

Color #1D713D Camarone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camarone #1D713D

Tints of Camarone #1D713D

Color information

#1D713D (or 0x1D713D) is unknown color: approx Camarone. HEX triplet: 1D, 71 and 3D. RGB value is (29,113,61). Sum of RGB (Red+Green+Blue) = 29+113+61=203 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.29% from 203); Green value is 113 (44.53% from 255 or 55.67% from 203); Blue value is 61 (24.22% from 255 or 30.05% from 203); Max value from RGB is 113 - color contains mainly: green. Hex color #1D713D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D713D is #E28EC2. Grayscale: #525252. Windows color (decimal): -14847683 or 4026653. OLE color: 4026653.

HSL color Cylindrical-coordinate representation of color #1D713D: hue angle of 142.86º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D713D is Cyan = 0.74, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB2911361-
CMYK0.7400.460.56
HSL142.86º59.15%27.84%-
HSV(B)142.86º74.34%44.31%-
XYZ7.2512.416.43-
YUV81.96116.1790.23-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.29%
GREEN value IS 113 (44.53% from 255) = 55.67%
BLUE value IS 61 (24.22% from 255) = 30.05%
R=14.29%
G=55.67%
B=30.05%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal29113610.7400.460.56142.8659.1527.84
Hex1D713D4A02E388f3b1c
Octal3516175112056702177334
Binary111011110001111101100101001011101110001000111111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D713D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D713D;
 }
 .AnyTagClassName
 {
   color: #1D713D;
 }
</style>
background-color css

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

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

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

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

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

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