#276F40

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

Shades of Camarone #276F40

Tints of Camarone #276F40

Color information

#276F40 (or 0x276F40) is unknown color: approx Camarone. HEX triplet: 27, 6F and 40. RGB value is (39,111,64). Sum of RGB (Red+Green+Blue) = 39+111+64=214 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.22% from 214); Green value is 111 (43.75% from 255 or 51.87% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 111 - color contains mainly: green. Hex color #276F40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276F40 is #D890BF. Grayscale: #545454. Windows color (decimal): -14192832 or 4222759. OLE color: 4222759.

HSL color Cylindrical-coordinate representation of color #276F40: hue angle of 140.83º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #276F40 is Cyan = 0.65, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB3911164-
CMYK0.6500.420.56
HSL140.83º48%29.41%-
HSV(B)140.83º64.86%43.53%-
XYZ7.4512.176.81-
YUV84.11116.6595.82-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.22%
GREEN value IS 111 (43.75% from 255) = 51.87%
BLUE value IS 64 (25.39% from 255) = 29.91%
R=18.22%
G=51.87%
B=29.91%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39111640.6500.420.56140.834829.41
Hex276F404102A388d301d
Octal47157100101052702156035
Binary10011111011111000000100000101010101110001000110111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276F40; }

 p { color: rgb(39,111,64); }

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

<style>
 a { background-color: #276F40; }

 a { background-color: rgb(39,111,64); }

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

<style>
 span { border-color: #276F40; }

 span { border-color: rgb(39,111,64); }

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