Html Css Color HEX #1D230D Rangoon Green

📋 copy color: '#1D230D'

red 29 ◦ green 35 ◦ blue 13

#1D230D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rangoon Green #1D230D

Tints of Rangoon Green #1D230D

RGB

 RED value IS 29 (11.72% from 255) = 37.66%

 GREEN value IS 35 (14.06% from 255) = 45.45%

 BLUE value IS 13 (5.47% from 255) = 16.88%

R = 37.66%
G = 45.45%
B = 16.88%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.63

 K value IS 0.86

RGB Variations

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

Color information

#1D230D (or 0x1D230D) is known color: Rangoon Green. HEX triplet: 1D, 23 and 0D. RGB value is (29,35,13). Sum of RGB (Red+Green+Blue) = 29+35+13=77 (10% of max value = 765). Red value is 29 (11.72% from 255 or 37.66% from 77); Green value is 35 (14.06% from 255 or 45.45% from 77); Blue value is 13 (5.47% from 255 or 16.88% from 77); Max value from RGB is 35 - color contains mainly: green. Hex color #1D230D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D230D is #E2DCF2. Grayscale: #1E1E1E. Windows color (decimal): -14867699 or 860957. OLE color: 860957.

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

Color convert

RGB 29 35 13 -
CMYK 0.17 0 0.63 0.86
HSL 76.36º 0.46% 0.09% -
HSV(B) 76.36º 0.63% 0.14% -
XYZ 1.18 1.49 0.61 -
YUV 30.7 118.01 126.79 -
System Red Green Blue C M Y K H S L
Decimal 29 35 13 0.17 0 0.63 0.86 76.36 0.46 0.09
Hex 1D 23 D 11 0 3F 56 4C 2E 9
Octal 35 43 15 21 0 77 126 114 56 11
Binary 11101 100011 1101 10001 0 111111 1010110 1001100 101110 1001

Color Harmonies of #1D230D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D230D

Black with #1D230D

Text Example


Text Example

White with #1D230D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,35,13); }

 H1.HeaderClassName
 {
   color: #1D230D;
 }
 .AnyTagClassName
 {
   color: #1D230D;
 }
</style>

background-color css

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

 a { background-color: rgb(29,35,13); }

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

border-color css

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

 span { border-color: rgb(29,35,13); }

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