#276E3F

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

Shades of Camarone #276E3F

Tints of Camarone #276E3F

Color information

#276E3F (or 0x276E3F) is unknown color: approx Camarone. HEX triplet: 27, 6E and 3F. RGB value is (39,110,63). Sum of RGB (Red+Green+Blue) = 39+110+63=212 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.40% from 212); Green value is 110 (43.36% from 255 or 51.89% from 212); Blue value is 63 (25% from 255 or 29.72% from 212); Max value from RGB is 110 - color contains mainly: green. Hex color #276E3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276E3F is #D891C0. Grayscale: #535353. Windows color (decimal): -14193089 or 4156967. OLE color: 4156967.

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

Color convert

RGB3911063-
CMYK0.6500.430.57
HSL140.28º47.65%29.22%-
HSV(B)140.28º64.55%43.14%-
XYZ7.3111.946.62-
YUV83.41116.4896.32-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.40%
GREEN value IS 110 (43.36% from 255) = 51.89%
BLUE value IS 63 (25% from 255) = 29.72%
R=18.40%
G=51.89%
B=29.72%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal39110630.6500.430.57140.2847.6529.22
Hex276E3F4102B398c301d
Octal4715677101053712146035
Binary1001111101110111111100000101010111110011000110011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,110,63); }

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

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

 a { background-color: rgb(39,110,63); }

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

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

 span { border-color: rgb(39,110,63); }

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