#2D653E

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

Shades of Camarone #2D653E

Tints of Camarone #2D653E

Color information

#2D653E (or 0x2D653E) is unknown color: approx Camarone. HEX triplet: 2D, 65 and 3E. RGB value is (45,101,62). Sum of RGB (Red+Green+Blue) = 45+101+62=208 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.63% from 208); Green value is 101 (39.84% from 255 or 48.56% from 208); Blue value is 62 (24.61% from 255 or 29.81% from 208); Max value from RGB is 101 - color contains mainly: green. Hex color #2D653E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D653E is #D29AC1. Grayscale: #4F4F4F. Windows color (decimal): -13802178 or 4089133. OLE color: 4089133.

HSL color Cylindrical-coordinate representation of color #2D653E: hue angle of 138.21º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2D653E is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.60.

Color convert

RGB4510162-
CMYK0.5500.390.60
HSL138.21º38.36%28.63%-
HSV(B)138.21º55.45%39.61%-
XYZ6.6110.216.18-
YUV79.81117.95103.17-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.63%
GREEN value IS 101 (39.84% from 255) = 48.56%
BLUE value IS 62 (24.61% from 255) = 29.81%
R=21.63%
G=48.56%
B=29.81%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal45101620.5500.390.60138.2138.3628.63
Hex2D653E370273C8a261d
Octal551457667047742124635
Binary101101110010111111011011101001111111001000101010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D653E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D653E; }

 p { color: rgb(45,101,62); }

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

<style>
 a { background-color: #2D653E; }

 a { background-color: rgb(45,101,62); }

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

<style>
 span { border-color: #2D653E; }

 span { border-color: rgb(45,101,62); }

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