#283F32

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

Shades of English Holly #283F32

Tints of English Holly #283F32

Color information

#283F32 (or 0x283F32) is unknown color: approx English Holly. HEX triplet: 28, 3F and 32. RGB value is (40,63,50). Sum of RGB (Red+Green+Blue) = 40+63+50=153 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.14% from 153); Green value is 63 (25% from 255 or 41.18% from 153); Blue value is 50 (19.92% from 255 or 32.68% from 153); Max value from RGB is 63 - color contains mainly: green. Hex color #283F32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283F32 is #D7C0CD. Grayscale: #363636. Windows color (decimal): -14139598 or 3292968. OLE color: 3292968.

HSL color Cylindrical-coordinate representation of color #283F32: hue angle of 146.09º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #283F32 is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.75.

Color convert

RGB406350-
CMYK0.3700.210.75
HSL146.09º22.33%20.2%-
HSV(B)146.09º36.51%24.71%-
XYZ3.234.243.67-
YUV54.64125.38117.56-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.14%
GREEN value IS 63 (25% from 255) = 41.18%
BLUE value IS 50 (19.92% from 255) = 32.68%
R=26.14%
G=41.18%
B=32.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4063500.3700.210.75146.0922.3320.2
Hex283F32250154B921614
Octal507762450251132222624
Binary1010001111111100101001010101011001011100100101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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