Html Css Color HEX #1D230B Rangoon Green

📋 copy color: '#1D230B'

red 29 ◦ green 35 ◦ blue 11

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

Shades of Rangoon Green #1D230B

Tints of Rangoon Green #1D230B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 14.67%

R = 38.67%
G = 46.67%
B = 14.67%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.69

 K value IS 0.86

RGB Variations

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

Color information

#1D230B (or 0x1D230B) is known color: Rangoon Green. HEX triplet: 1D, 23 and 0B. RGB value is (29,35,11). Sum of RGB (Red+Green+Blue) = 29+35+11=75 (9% of max value = 765). Red value is 29 (11.72% from 255 or 38.67% from 75); Green value is 35 (14.06% from 255 or 46.67% from 75); Blue value is 11 (4.69% from 255 or 14.67% from 75); Max value from RGB is 35 - color contains mainly: green. Hex color #1D230B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D230B is #E2DCF4. Grayscale: #1E1E1E. Windows color (decimal): -14867701 or 729885. OLE color: 729885.

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

Color convert

RGB 29 35 11 -
CMYK 0.17 0 0.69 0.86
HSL 75º 0.52% 0.09% -
HSV(B) 75º 0.69% 0.14% -
XYZ 1.17 1.49 0.54 -
YUV 30.47 117.01 126.95 -
System Red Green Blue C M Y K H S L
Decimal 29 35 11 0.17 0 0.69 0.86 75 0.52 0.09
Hex 1D 23 B 11 0 45 56 4B 34 9
Octal 35 43 13 21 0 105 126 113 64 11
Binary 11101 100011 1011 10001 0 1000101 1010110 1001011 110100 1001

Color Harmonies of #1D230B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D230B

Black with #1D230B

Text Example


Text Example

White with #1D230B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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