#282F19

Color #282F19 Rangoon Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rangoon Green #282F19

Tints of Rangoon Green #282F19

Color information

#282F19 (or 0x282F19) is unknown color: approx Rangoon Green. HEX triplet: 28, 2F and 19. RGB value is (40,47,25). Sum of RGB (Red+Green+Blue) = 40+47+25=112 (14% of max value = 765). Red value is 40 (16.02% from 255 or 35.71% from 112); Green value is 47 (18.75% from 255 or 41.96% from 112); Blue value is 25 (10.16% from 255 or 22.32% from 112); Max value from RGB is 47 - color contains mainly: green. Hex color #282F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282F19 is #D7D0E6. Grayscale: #2A2A2A. Windows color (decimal): -14143719 or 1650472. OLE color: 1650472.

HSL color Cylindrical-coordinate representation of color #282F19: hue angle of 79.09º degrees, saturation: 0.31, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #282F19 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.82.

Color convert

RGB404725-
CMYK0.1500.470.82
HSL79.09º30.56%14.12%-
HSV(B)79.09º46.81%18.43%-
XYZ2.072.551.3-
YUV42.4118.18126.29-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 35.71%
GREEN value IS 47 (18.75% from 255) = 41.96%
BLUE value IS 25 (10.16% from 255) = 22.32%
R=35.71%
G=41.96%
B=22.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4047250.1500.470.8279.0930.5614.12
Hex282F19F02F524f1fe
Octal505731170571221173716
Binary101000101111110011111010111110100101001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282F19; }

 p { color: rgb(40,47,25); }

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

<style>
 a { background-color: #282F19; }

 a { background-color: rgb(40,47,25); }

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

<style>
 span { border-color: #282F19; }

 span { border-color: rgb(40,47,25); }

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