#28623A

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

Shades of Camarone #28623A

Tints of Camarone #28623A

Color information

#28623A (or 0x28623A) is unknown color: approx Camarone. HEX triplet: 28, 62 and 3A. RGB value is (40,98,58). Sum of RGB (Red+Green+Blue) = 40+98+58=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 98 (38.67% from 255 or 50% from 196); Blue value is 58 (23.05% from 255 or 29.59% from 196); Max value from RGB is 98 - color contains mainly: green. Hex color #28623A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28623A is #D79DC5. Grayscale: #4C4C4C. Windows color (decimal): -14130630 or 3826216. OLE color: 3826216.

HSL color Cylindrical-coordinate representation of color #28623A: hue angle of 138.62º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #28623A is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.62.

Color convert

RGB409858-
CMYK0.5900.410.62
HSL138.62º42.03%27.06%-
HSV(B)138.62º59.18%38.43%-
XYZ6.019.495.52-
YUV76.1117.78102.25-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.41%
GREEN value IS 98 (38.67% from 255) = 50%
BLUE value IS 58 (23.05% from 255) = 29.59%
R=20.41%
G=50%
B=29.59%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4098580.5900.410.62138.6242.0327.06
Hex28623A3B0293E8b2a1b
Octal501427273051762135233
Binary101000110001011101011101101010011111101000101110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28623A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28623A; }

 p { color: rgb(40,98,58); }

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

<style>
 a { background-color: #28623A; }

 a { background-color: rgb(40,98,58); }

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

<style>
 span { border-color: #28623A; }

 span { border-color: rgb(40,98,58); }

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