#283E32

Color #283E32 English Holly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of English Holly #283E32

Tints of English Holly #283E32

Color information

#283E32 (or 0x283E32) is unknown color: approx English Holly. HEX triplet: 28, 3E and 32. RGB value is (40,62,50). Sum of RGB (Red+Green+Blue) = 40+62+50=152 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.32% from 152); Green value is 62 (24.61% from 255 or 40.79% from 152); Blue value is 50 (19.92% from 255 or 32.89% from 152); Max value from RGB is 62 - color contains mainly: green. Hex color #283E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283E32 is #D7C1CD. Grayscale: #363636. Windows color (decimal): -14139854 or 3292712. OLE color: 3292712.

HSL color Cylindrical-coordinate representation of color #283E32: hue angle of 147.27º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #283E32 is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.76.

Color convert

RGB406250-
CMYK0.3500.190.76
HSL147.27º21.57%20%-
HSV(B)147.27º35.48%24.31%-
XYZ3.174.133.65-
YUV54.05125.71117.98-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.32%
GREEN value IS 62 (24.61% from 255) = 40.79%
BLUE value IS 50 (19.92% from 255) = 32.89%
R=26.32%
G=40.79%
B=32.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4062500.3500.190.76147.2721.5720
Hex283E32230134C931614
Octal507662430231142232624
Binary1010001111101100101000110100111001100100100111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283E32; }

 p { color: rgb(40,62,50); }

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

<style>
 a { background-color: #283E32; }

 a { background-color: rgb(40,62,50); }

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

<style>
 span { border-color: #283E32; }

 span { border-color: rgb(40,62,50); }

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