#276B3E

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

Shades of Camarone #276B3E

Tints of Camarone #276B3E

Color information

#276B3E (or 0x276B3E) is unknown color: approx Camarone. HEX triplet: 27, 6B and 3E. RGB value is (39,107,62). Sum of RGB (Red+Green+Blue) = 39+107+62=208 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.75% from 208); Green value is 107 (42.19% from 255 or 51.44% from 208); Blue value is 62 (24.61% from 255 or 29.81% from 208); Max value from RGB is 107 - color contains mainly: green. Hex color #276B3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276B3E is #D894C1. Grayscale: #515151. Windows color (decimal): -14193858 or 4090663. OLE color: 4090663.

HSL color Cylindrical-coordinate representation of color #276B3E: hue angle of 140.29º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #276B3E is Cyan = 0.64, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.58.

Color convert

RGB3910762-
CMYK0.6400.420.58
HSL140.29º46.58%28.63%-
HSV(B)140.29º63.55%41.96%-
XYZ6.9611.296.37-
YUV81.54116.9797.66-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.75%
GREEN value IS 107 (42.19% from 255) = 51.44%
BLUE value IS 62 (24.61% from 255) = 29.81%
R=18.75%
G=51.44%
B=29.81%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal39107620.6400.420.58140.2946.5828.63
Hex276B3E4002A3A8c2f1d
Octal4715376100052722145735
Binary1001111101011111110100000001010101110101000110010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,107,62); }

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

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

 a { background-color: rgb(39,107,62); }

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

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

 span { border-color: rgb(39,107,62); }

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