#1D2507

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

Shades of Rangoon Green #1D2507

Tints of Rangoon Green #1D2507

Color information

#1D2507 (or 0x1D2507) is unknown color: approx Rangoon Green. HEX triplet: 1D, 25 and 07. RGB value is (29,37,7). Sum of RGB (Red+Green+Blue) = 29+37+7=73 (9% of max value = 765). Red value is 29 (11.72% from 255 or 39.73% from 73); Green value is 37 (14.84% from 255 or 50.68% from 73); Blue value is 7 (3.12% from 255 or 9.59% from 73); Max value from RGB is 37 - color contains mainly: green. Hex color #1D2507 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2507 is #E2DAF8. Grayscale: #1F1F1F. Windows color (decimal): -14867193 or 468253. OLE color: 468253.

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

Color convert

RGB29377-
CMYK0.2200.810.85
HSL76º68.18%8.63%-
HSV(B)76º81.08%14.51%-
XYZ1.211.60.45-
YUV31.19114.35126.44-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 39.73%
GREEN value IS 37 (14.84% from 255) = 50.68%
BLUE value IS 7 (3.12% from 255) = 9.59%
R=39.73%
G=50.68%
B=9.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal293770.2200.810.857668.188.63
Hex1D25716051554c449
Octal3545726012112511410411
Binary1110110010111110110010100011010101100110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,37,7); }

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

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

 a { background-color: rgb(29,37,7); }

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

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

 span { border-color: rgb(29,37,7); }

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