Html Css Color HEX #12130F Rangoon Green

📋 copy color: '#12130F'

red 18 ◦ green 19 ◦ blue 15

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

Shades of Rangoon Green #12130F

Tints of Rangoon Green #12130F

RGB

 RED value IS 18 (7.42% from 255) = 34.62%

 GREEN value IS 19 (7.81% from 255) = 36.54%

 BLUE value IS 15 (6.25% from 255) = 28.85%

R = 34.62%
G = 36.54%
B = 28.85%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.21

 K value IS 0.93

RGB Variations

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

Color information

#12130F (or 0x12130F) is known color: Rangoon Green. HEX triplet: 12, 13 and 0F. RGB value is (18,19,15). Sum of RGB (Red+Green+Blue) = 18+19+15=52 (6% of max value = 765). Red value is 18 (7.42% from 255 or 34.62% from 52); Green value is 19 (7.81% from 255 or 36.54% from 52); Blue value is 15 (6.25% from 255 or 28.85% from 52); Max value from RGB is 19 - color contains mainly: green. Hex color #12130F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12130F is #EDECF0. Grayscale: #121212. Windows color (decimal): -15592689 or 987922. OLE color: 987922.

HSL color Cylindrical-coordinate representation of color #12130F: hue angle of 75º degrees, saturation: 0.12, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #12130F is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.93.

Color convert

RGB 18 19 15 -
CMYK 0.05 0 0.21 0.93
HSL 75º 0.12% 0.07% -
HSV(B) 75º 0.21% 0.07% -
XYZ 0.57 0.63 0.54 -
YUV 18.25 126.17 127.83 -
System Red Green Blue C M Y K H S L
Decimal 18 19 15 0.05 0 0.21 0.93 75 0.12 0.07
Hex 12 13 F 5 0 15 5D 4B C 7
Octal 22 23 17 5 0 25 135 113 14 7
Binary 10010 10011 1111 101 0 10101 1011101 1001011 1100 111

Color Harmonies of #12130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12130F

Black with #12130F

Text Example


Text Example

White with #12130F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12130F; }

 p { color: rgb(18,19,15); }

 H1.HeaderClassName
 {
   color: #12130F;
 }
 .AnyTagClassName
 {
   color: #12130F;
 }
</style>

background-color css

<style>
 a { background-color: #12130F; }

 a { background-color: rgb(18,19,15); }

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

border-color css

<style>
 span { border-color: #12130F; }

 span { border-color: rgb(18,19,15); }

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