#181B0F

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

Shades of Rangoon Green #181B0F

Tints of Rangoon Green #181B0F

Color information

#181B0F (or 0x181B0F) is unknown color: approx Rangoon Green. HEX triplet: 18, 1B and 0F. RGB value is (24,27,15). Sum of RGB (Red+Green+Blue) = 24+27+15=66 (8% of max value = 765). Red value is 24 (9.77% from 255 or 36.36% from 66); Green value is 27 (10.94% from 255 or 40.91% from 66); Blue value is 15 (6.25% from 255 or 22.73% from 66); Max value from RGB is 27 - color contains mainly: green. Hex color #181B0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181B0F is #E7E4F0. Grayscale: #181818. Windows color (decimal): -15197425 or 989976. OLE color: 989976.

HSL color Cylindrical-coordinate representation of color #181B0F: hue angle of 75º degrees, saturation: 0.29, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #181B0F is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.89.

Color convert

RGB242715-
CMYK0.1100.440.89
HSL75º28.57%8.24%-
HSV(B)75º44.44%10.59%-
XYZ0.851.010.6-
YUV24.74122.51127.48-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 36.36%
GREEN value IS 27 (10.94% from 255) = 40.91%
BLUE value IS 15 (6.25% from 255) = 22.73%
R=36.36%
G=40.91%
B=22.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2427150.1100.440.897528.578.24
Hex181BFB02C594b1d8
Octal303317130541311133510
Binary110001101111111011010110010110011001011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181B0F; }

 p { color: rgb(24,27,15); }

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

<style>
 a { background-color: #181B0F; }

 a { background-color: rgb(24,27,15); }

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

<style>
 span { border-color: #181B0F; }

 span { border-color: rgb(24,27,15); }

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