#1D2601

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

Shades of Rangoon Green #1D2601

Tints of Rangoon Green #1D2601

Color information

#1D2601 (or 0x1D2601) is unknown color: approx Rangoon Green. HEX triplet: 1D, 26 and 01. RGB value is (29,38,1). Sum of RGB (Red+Green+Blue) = 29+38+1=68 (9% of max value = 765). Red value is 29 (11.72% from 255 or 42.65% from 68); Green value is 38 (15.23% from 255 or 55.88% from 68); Blue value is 1 (0.78% from 255 or 1.47% from 68); Max value from RGB is 38 - color contains mainly: green. Hex color #1D2601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2601 is #E2D9FE. Grayscale: #1F1F1F. Windows color (decimal): -14866943 or 75293. OLE color: 75293.

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

Color convert

RGB29381-
CMYK0.2400.970.85
HSL74.59º94.87%7.65%-
HSV(B)74.59º97.37%14.9%-
XYZ1.211.650.28-
YUV31.09111.02126.51-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 42.65%
GREEN value IS 38 (15.23% from 255) = 55.88%
BLUE value IS 1 (0.78% from 255) = 1.47%
R=42.65%
G=55.88%
B=1.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal293810.2400.970.8574.5994.877.65
Hex1D26118061554b5f8
Octal3546130014112511313710
Binary11101100110111000011000011010101100101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,38,1); }

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

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

 a { background-color: rgb(29,38,1); }

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

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

 span { border-color: rgb(29,38,1); }

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