#2C633C

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

Shades of Camarone #2C633C

Tints of Camarone #2C633C

Color information

#2C633C (or 0x2C633C) is unknown color: approx Camarone. HEX triplet: 2C, 63 and 3C. RGB value is (44,99,60). Sum of RGB (Red+Green+Blue) = 44+99+60=203 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.67% from 203); Green value is 99 (39.06% from 255 or 48.77% from 203); Blue value is 60 (23.83% from 255 or 29.56% from 203); Max value from RGB is 99 - color contains mainly: green. Hex color #2C633C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C633C is #D39CC3. Grayscale: #4E4E4E. Windows color (decimal): -13868228 or 3957548. OLE color: 3957548.

HSL color Cylindrical-coordinate representation of color #2C633C: hue angle of 137.45º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2C633C is Cyan = 0.56, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.61.

Color convert

RGB449960-
CMYK0.5600.390.61
HSL137.45º38.46%28.04%-
HSV(B)137.45º55.56%38.82%-
XYZ6.329.795.83-
YUV78.11117.78103.67-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.67%
GREEN value IS 99 (39.06% from 255) = 48.77%
BLUE value IS 60 (23.83% from 255) = 29.56%
R=21.67%
G=48.77%
B=29.56%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4499600.5600.390.61137.4538.4628.04
Hex2C633C380273D89261c
Octal541437470047752114634
Binary101100110001111110011100001001111111011000100110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C633C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,99,60); }

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

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

 a { background-color: rgb(44,99,60); }

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

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

 span { border-color: rgb(44,99,60); }

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