#28633B

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

Shades of Camarone #28633B

Tints of Camarone #28633B

Color information

#28633B (or 0x28633B) is unknown color: approx Camarone. HEX triplet: 28, 63 and 3B. RGB value is (40,99,59). Sum of RGB (Red+Green+Blue) = 40+99+59=198 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.20% from 198); Green value is 99 (39.06% from 255 or 50% from 198); Blue value is 59 (23.44% from 255 or 29.80% from 198); Max value from RGB is 99 - color contains mainly: green. Hex color #28633B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28633B is #D79CC4. Grayscale: #4C4C4C. Windows color (decimal): -14130373 or 3892008. OLE color: 3892008.

HSL color Cylindrical-coordinate representation of color #28633B: hue angle of 139.32º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #28633B is Cyan = 0.60, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.61.

Color convert

RGB409959-
CMYK0.6000.400.61
HSL139.32º42.45%27.25%-
HSV(B)139.32º59.6%38.82%-
XYZ6.139.695.69-
YUV76.8117.95101.75-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.20%
GREEN value IS 99 (39.06% from 255) = 50%
BLUE value IS 59 (23.44% from 255) = 29.80%
R=20.20%
G=50%
B=29.80%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4099590.6000.400.61139.3242.4527.25
Hex28633B3C0283D8b2a1b
Octal501437374050752135233
Binary101000110001111101111110001010001111011000101110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28633B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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