#285E38

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

Shades of Camarone #285E38

Tints of Camarone #285E38

Color information

#285E38 (or 0x285E38) is unknown color: approx Camarone. HEX triplet: 28, 5E and 38. RGB value is (40,94,56). Sum of RGB (Red+Green+Blue) = 40+94+56=190 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.05% from 190); Green value is 94 (37.11% from 255 or 49.47% from 190); Blue value is 56 (22.27% from 255 or 29.47% from 190); Max value from RGB is 94 - color contains mainly: green. Hex color #285E38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285E38 is #D7A1C7. Grayscale: #494949. Windows color (decimal): -14131656 or 3694120. OLE color: 3694120.

HSL color Cylindrical-coordinate representation of color #285E38: hue angle of 137.78º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #285E38 is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.63.

Color convert

RGB409456-
CMYK0.5700.400.63
HSL137.78º40.3%26.27%-
HSV(B)137.78º57.45%36.86%-
XYZ5.598.745.13-
YUV73.52118.11104.09-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.05%
GREEN value IS 94 (37.11% from 255) = 49.47%
BLUE value IS 56 (22.27% from 255) = 29.47%
R=21.05%
G=49.47%
B=29.47%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4094560.5700.400.63137.7840.326.27
Hex285E38390283F8a281a
Octal501367071050772125032
Binary101000101111011100011100101010001111111000101010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285E38; }

 p { color: rgb(40,94,56); }

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

<style>
 a { background-color: #285E38; }

 a { background-color: rgb(40,94,56); }

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

<style>
 span { border-color: #285E38; }

 span { border-color: rgb(40,94,56); }

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