#1E2508

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

Shades of Rangoon Green #1E2508

Tints of Rangoon Green #1E2508

Color information

#1E2508 (or 0x1E2508) is unknown color: approx Rangoon Green. HEX triplet: 1E, 25 and 08. RGB value is (30,37,8). Sum of RGB (Red+Green+Blue) = 30+37+8=75 (9% of max value = 765). Red value is 30 (12.11% from 255 or 40% from 75); Green value is 37 (14.84% from 255 or 49.33% from 75); Blue value is 8 (3.52% from 255 or 10.67% from 75); Max value from RGB is 37 - color contains mainly: green. Hex color #1E2508 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2508 is #E1DAF7. Grayscale: #1F1F1F. Windows color (decimal): -14801656 or 533790. OLE color: 533790.

HSL color Cylindrical-coordinate representation of color #1E2508: hue angle of 74.48º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E2508 is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.85.

Color convert

RGB30378-
CMYK0.1900.780.85
HSL74.48º64.44%8.82%-
HSV(B)74.48º78.38%14.51%-
XYZ1.241.620.48-
YUV31.6114.68126.86-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 40%
GREEN value IS 37 (14.84% from 255) = 49.33%
BLUE value IS 8 (3.52% from 255) = 10.67%
R=40%
G=49.33%
B=10.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal303780.1900.780.8574.4864.448.82
Hex1E2581304E554a409
Octal36451023011612511210011
Binary11110100101100010011010011101010101100101010000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E2508; }

 p { color: rgb(30,37,8); }

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

<style>
 a { background-color: #1E2508; }

 a { background-color: rgb(30,37,8); }

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

<style>
 span { border-color: #1E2508; }

 span { border-color: rgb(30,37,8); }

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