#1D7D36

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

Shades of Camarone #1D7D36

Tints of Camarone #1D7D36

Color information

#1D7D36 (or 0x1D7D36) is unknown color: approx Camarone. HEX triplet: 1D, 7D and 36. RGB value is (29,125,54). Sum of RGB (Red+Green+Blue) = 29+125+54=208 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.94% from 208); Green value is 125 (49.22% from 255 or 60.10% from 208); Blue value is 54 (21.48% from 255 or 25.96% from 208); Max value from RGB is 125 - color contains mainly: green. Hex color #1D7D36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7D36 is #E282C9. Grayscale: #585858. Windows color (decimal): -14844618 or 3570973. OLE color: 3570973.

HSL color Cylindrical-coordinate representation of color #1D7D36: hue angle of 135.62º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D7D36 is Cyan = 0.77, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.51.

Color convert

RGB2912554-
CMYK0.7700.570.51
HSL135.62º62.34%30.2%-
HSV(B)135.62º76.8%49.02%-
XYZ8.5115.195.97-
YUV88.2108.785.77-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.94%
GREEN value IS 125 (49.22% from 255) = 60.10%
BLUE value IS 54 (21.48% from 255) = 25.96%
R=13.94%
G=60.10%
B=25.96%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal29125540.7700.570.51135.6262.3430.2
Hex1D7D364D03933883e1e
Octal3517566115071632107636
Binary111011111101110110100110101110011100111000100011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,125,54); }

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

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

 a { background-color: rgb(29,125,54); }

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

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

 span { border-color: rgb(29,125,54); }

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