Html Css Color HEX #181C0D Rangoon Green

📋 copy color: '#181C0D'

red 24 ◦ green 28 ◦ blue 13

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

Shades of Rangoon Green #181C0D

Tints of Rangoon Green #181C0D

RGB

 RED value IS 24 (9.77% from 255) = 36.92%

 GREEN value IS 28 (11.33% from 255) = 43.08%

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

R = 36.92%
G = 43.08%
B = 20%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.54

 K value IS 0.89

RGB Variations

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

Color information

#181C0D (or 0x181C0D) is known color: Rangoon Green. HEX triplet: 18, 1C and 0D. RGB value is (24,28,13). Sum of RGB (Red+Green+Blue) = 24+28+13=65 (8% of max value = 765). Red value is 24 (9.77% from 255 or 36.92% from 65); Green value is 28 (11.33% from 255 or 43.08% from 65); Blue value is 13 (5.47% from 255 or 20% from 65); Max value from RGB is 28 - color contains mainly: green. Hex color #181C0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181C0D is #E7E3F2. Grayscale: #191919. Windows color (decimal): -15197171 or 859160. OLE color: 859160.

HSL color Cylindrical-coordinate representation of color #181C0D: hue angle of 76º degrees, saturation: 0.37, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #181C0D is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.89.

Color convert

RGB 24 28 13 -
CMYK 0.14 0 0.54 0.89
HSL 76º 0.37% 0.08% -
HSV(B) 76º 0.54% 0.11% -
XYZ 0.86 1.05 0.54 -
YUV 25.09 121.17 127.22 -
System Red Green Blue C M Y K H S L
Decimal 24 28 13 0.14 0 0.54 0.89 76 0.37 0.08
Hex 18 1C D E 0 36 59 4C 25 8
Octal 30 34 15 16 0 66 131 114 45 10
Binary 11000 11100 1101 1110 0 110110 1011001 1001100 100101 1000

Color Harmonies of #181C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181C0D

Black with #181C0D

Text Example


Text Example

White with #181C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181C0D; }

 p { color: rgb(24,28,13); }

 H1.HeaderClassName
 {
   color: #181C0D;
 }
 .AnyTagClassName
 {
   color: #181C0D;
 }
</style>

background-color css

<style>
 a { background-color: #181C0D; }

 a { background-color: rgb(24,28,13); }

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

border-color css

<style>
 span { border-color: #181C0D; }

 span { border-color: rgb(24,28,13); }

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