#1D2506

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

Shades of Rangoon Green #1D2506

Tints of Rangoon Green #1D2506

Color information

#1D2506 (or 0x1D2506) is unknown color: approx Rangoon Green. HEX triplet: 1D, 25 and 06. RGB value is (29,37,6). Sum of RGB (Red+Green+Blue) = 29+37+6=72 (9% of max value = 765). Red value is 29 (11.72% from 255 or 40.28% from 72); Green value is 37 (14.84% from 255 or 51.39% from 72); Blue value is 6 (2.73% from 255 or 8.33% from 72); Max value from RGB is 37 - color contains mainly: green. Hex color #1D2506 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2506 is #E2DAF9. Grayscale: #1F1F1F. Windows color (decimal): -14867194 or 402717. OLE color: 402717.

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

Color convert

RGB29376-
CMYK0.2200.840.85
HSL75.48º72.09%8.43%-
HSV(B)75.48º83.78%14.51%-
XYZ1.21.60.42-
YUV31.07113.85126.52-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 40.28%
GREEN value IS 37 (14.84% from 255) = 51.39%
BLUE value IS 6 (2.73% from 255) = 8.33%
R=40.28%
G=51.39%
B=8.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal293760.2200.840.8575.4872.098.43
Hex1D25616054554b488
Octal3545626012412511311010
Binary1110110010111010110010101001010101100101110010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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