Html Css Color HEX #15180C Rangoon Green

📋 copy color: '#15180C'

red 21 ◦ green 24 ◦ blue 12

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

Shades of Rangoon Green #15180C

Tints of Rangoon Green #15180C

RGB

 RED value IS 21 (8.59% from 255) = 36.84%

 GREEN value IS 24 (9.77% from 255) = 42.11%

 BLUE value IS 12 (5.08% from 255) = 21.05%

R = 36.84%
G = 42.11%
B = 21.05%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.50

 K value IS 0.91

RGB Variations

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

Color information

#15180C (or 0x15180C) is known color: Rangoon Green. HEX triplet: 15, 18 and 0C. RGB value is (21,24,12). Sum of RGB (Red+Green+Blue) = 21+24+12=57 (7% of max value = 765). Red value is 21 (8.59% from 255 or 36.84% from 57); Green value is 24 (9.77% from 255 or 42.11% from 57); Blue value is 12 (5.08% from 255 or 21.05% from 57); Max value from RGB is 24 - color contains mainly: green. Hex color #15180C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15180C is #EAE7F3. Grayscale: #151515. Windows color (decimal): -15394804 or 792597. OLE color: 792597.

HSL color Cylindrical-coordinate representation of color #15180C: hue angle of 75º degrees, saturation: 0.33, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #15180C is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.91.

Color convert

RGB 21 24 12 -
CMYK 0.13 0 0.50 0.91
HSL 75º 0.33% 0.07% -
HSV(B) 75º 0.5% 0.09% -
XYZ 0.7 0.84 0.47 -
YUV 21.74 122.51 127.48 -
System Red Green Blue C M Y K H S L
Decimal 21 24 12 0.13 0 0.50 0.91 75 0.33 0.07
Hex 15 18 C D 0 32 5B 4B 21 7
Octal 25 30 14 15 0 62 133 113 41 7
Binary 10101 11000 1100 1101 0 110010 1011011 1001011 100001 111

Color Harmonies of #15180C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15180C

Black with #15180C

Text Example


Text Example

White with #15180C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15180C; }

 p { color: rgb(21,24,12); }

 H1.HeaderClassName
 {
   color: #15180C;
 }
 .AnyTagClassName
 {
   color: #15180C;
 }
</style>

background-color css

<style>
 a { background-color: #15180C; }

 a { background-color: rgb(21,24,12); }

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

border-color css

<style>
 span { border-color: #15180C; }

 span { border-color: rgb(21,24,12); }

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