#28693B

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

Shades of Camarone #28693B

Tints of Camarone #28693B

Color information

#28693B (or 0x28693B) is unknown color: approx Camarone. HEX triplet: 28, 69 and 3B. RGB value is (40,105,59). Sum of RGB (Red+Green+Blue) = 40+105+59=204 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.61% from 204); Green value is 105 (41.41% from 255 or 51.47% from 204); Blue value is 59 (23.44% from 255 or 28.92% from 204); Max value from RGB is 105 - color contains mainly: green. Hex color #28693B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28693B is #D796C4. Grayscale: #505050. Windows color (decimal): -14128837 or 3893544. OLE color: 3893544.

HSL color Cylindrical-coordinate representation of color #28693B: hue angle of 137.54º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #28693B is Cyan = 0.62, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.59.

Color convert

RGB4010559-
CMYK0.6200.440.59
HSL137.54º44.83%28.43%-
HSV(B)137.54º61.9%41.18%-
XYZ6.7210.875.88-
YUV80.32115.9799.24-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.61%
GREEN value IS 105 (41.41% from 255) = 51.47%
BLUE value IS 59 (23.44% from 255) = 28.92%
R=19.61%
G=51.47%
B=28.92%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal40105590.6200.440.59137.5444.8328.43
Hex28693B3E02C3B8a2d1c
Octal501517376054732125534
Binary101000110100111101111111001011001110111000101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28693B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28693B; }

 p { color: rgb(40,105,59); }

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

<style>
 a { background-color: #28693B; }

 a { background-color: rgb(40,105,59); }

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

<style>
 span { border-color: #28693B; }

 span { border-color: rgb(40,105,59); }

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