#1D1F18

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

Shades of Rangoon Green #1D1F18

Tints of Rangoon Green #1D1F18

Color information

#1D1F18 (or 0x1D1F18) is unknown color: approx Rangoon Green. HEX triplet: 1D, 1F and 18. RGB value is (29,31,24). Sum of RGB (Red+Green+Blue) = 29+31+24=84 (11% of max value = 765). Red value is 29 (11.72% from 255 or 34.52% from 84); Green value is 31 (12.5% from 255 or 36.90% from 84); Blue value is 24 (9.77% from 255 or 28.57% from 84); Max value from RGB is 31 - color contains mainly: green. Hex color #1D1F18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1F18 is #E2E0E7. Grayscale: #1D1D1D. Windows color (decimal): -14868712 or 1580829. OLE color: 1580829.

HSL color Cylindrical-coordinate representation of color #1D1F18: hue angle of 77.14º degrees, saturation: 0.13, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #1D1F18 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.88.

Color convert

RGB293124-
CMYK0.0600.230.88
HSL77.14º12.73%10.78%-
HSV(B)77.14º22.58%12.16%-
XYZ1.161.311.06-
YUV29.6124.84127.57-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 34.52%
GREEN value IS 31 (12.5% from 255) = 36.90%
BLUE value IS 24 (9.77% from 255) = 28.57%
R=34.52%
G=36.90%
B=28.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2931240.0600.230.8877.1412.7310.78
Hex1D1F186017584ddb
Octal35373060271301151513
Binary1110111111110001100101111011000100110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,31,24); }

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

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

 a { background-color: rgb(29,31,24); }

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

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

 span { border-color: rgb(29,31,24); }

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