#28773F

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

Shades of Camarone #28773F

Tints of Camarone #28773F

Color information

#28773F (or 0x28773F) is unknown color: approx Camarone. HEX triplet: 28, 77 and 3F. RGB value is (40,119,63). Sum of RGB (Red+Green+Blue) = 40+119+63=222 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.02% from 222); Green value is 119 (46.88% from 255 or 53.60% from 222); Blue value is 63 (25% from 255 or 28.38% from 222); Max value from RGB is 119 - color contains mainly: green. Hex color #28773F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28773F is #D788C0. Grayscale: #595959. Windows color (decimal): -14125249 or 4159272. OLE color: 4159272.

HSL color Cylindrical-coordinate representation of color #28773F: hue angle of 137.47º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #28773F is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB4011963-
CMYK0.6600.470.53
HSL137.47º49.69%31.18%-
HSV(B)137.47º66.39%46.67%-
XYZ8.37146.96-
YUV88.99113.3393.05-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.02%
GREEN value IS 119 (46.88% from 255) = 53.60%
BLUE value IS 63 (25% from 255) = 28.38%
R=18.02%
G=53.60%
B=28.38%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal40119630.6600.470.53137.4749.6931.18
Hex28773F4202F3589321f
Octal5016777102057652116237
Binary1010001110111111111100001001011111101011000100111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28773F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28773F; }

 p { color: rgb(40,119,63); }

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

<style>
 a { background-color: #28773F; }

 a { background-color: rgb(40,119,63); }

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

<style>
 span { border-color: #28773F; }

 span { border-color: rgb(40,119,63); }

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