#1D6835

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

Shades of Camarone #1D6835

Tints of Camarone #1D6835

Color information

#1D6835 (or 0x1D6835) is unknown color: approx Camarone. HEX triplet: 1D, 68 and 35. RGB value is (29,104,53). Sum of RGB (Red+Green+Blue) = 29+104+53=186 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.59% from 186); Green value is 104 (41.02% from 255 or 55.91% from 186); Blue value is 53 (21.09% from 255 or 28.49% from 186); Max value from RGB is 104 - color contains mainly: green. Hex color #1D6835 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D6835 is #E297CA. Grayscale: #4B4B4B. Windows color (decimal): -14849995 or 3500061. OLE color: 3500061.

HSL color Cylindrical-coordinate representation of color #1D6835: hue angle of 139.2º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D6835 is Cyan = 0.72, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.59.

Color convert

RGB2910453-
CMYK0.7200.490.59
HSL139.2º56.39%26.08%-
HSV(B)139.2º72.12%40.78%-
XYZ6.110.425.06-
YUV75.76115.1594.65-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.59%
GREEN value IS 104 (41.02% from 255) = 55.91%
BLUE value IS 53 (21.09% from 255) = 28.49%
R=15.59%
G=55.91%
B=28.49%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal29104530.7200.490.59139.256.3926.08
Hex1D6835480313B8b381a
Octal3515065110061732137032
Binary111011101000110101100100001100011110111000101111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,104,53); }

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

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

 a { background-color: rgb(29,104,53); }

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

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

 span { border-color: rgb(29,104,53); }

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