#1D240A

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

Shades of Rangoon Green #1D240A

Tints of Rangoon Green #1D240A

Color information

#1D240A (or 0x1D240A) is unknown color: approx Rangoon Green. HEX triplet: 1D, 24 and 0A. RGB value is (29,36,10). Sum of RGB (Red+Green+Blue) = 29+36+10=75 (9% of max value = 765). Red value is 29 (11.72% from 255 or 38.67% from 75); Green value is 36 (14.45% from 255 or 48% from 75); Blue value is 10 (4.30% from 255 or 13.33% from 75); Max value from RGB is 36 - color contains mainly: green. Hex color #1D240A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D240A is #E2DBF5. Grayscale: #1F1F1F. Windows color (decimal): -14867446 or 664605. OLE color: 664605.

HSL color Cylindrical-coordinate representation of color #1D240A: hue angle of 76.15º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D240A is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.86.

Color convert

RGB293610-
CMYK0.1900.720.86
HSL76.15º56.52%9.02%-
HSV(B)76.15º72.22%14.12%-
XYZ1.191.540.52-
YUV30.94116.18126.61-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 38.67%
GREEN value IS 36 (14.45% from 255) = 48%
BLUE value IS 10 (4.30% from 255) = 13.33%
R=38.67%
G=48%
B=13.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2936100.1900.720.8676.1556.529.02
Hex1D24A13048564c399
Octal3544122301101261147111
Binary1110110010010101001101001000101011010011001110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D240A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,36,10); }

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

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

 a { background-color: rgb(29,36,10); }

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

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

 span { border-color: rgb(29,36,10); }

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