Html Css Color HEX #12290F Myrtle

📋 copy color: '#12290F'

red 18 ◦ green 41 ◦ blue 15

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

Shades of Myrtle #12290F

Tints of Myrtle #12290F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 55.41%

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

R = 24.32%
G = 55.41%
B = 20.27%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.63

 K value IS 0.84

RGB Variations

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

Color information

#12290F (or 0x12290F) is known color: Myrtle. HEX triplet: 12, 29 and 0F. RGB value is (18,41,15). Sum of RGB (Red+Green+Blue) = 18+41+15=74 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.32% from 74); Green value is 41 (16.41% from 255 or 55.41% from 74); Blue value is 15 (6.25% from 255 or 20.27% from 74); Max value from RGB is 41 - color contains mainly: green. Hex color #12290F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12290F is #EDD6F0. Grayscale: #1F1F1F. Windows color (decimal): -15587057 or 993554. OLE color: 993554.

HSL color Cylindrical-coordinate representation of color #12290F: hue angle of 113.08º degrees, saturation: 0.46, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #12290F is Cyan = 0.56, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.84.

Color convert

RGB 18 41 15 -
CMYK 0.56 0 0.63 0.84
HSL 113.08º 0.46% 0.11% -
HSV(B) 113.08º 0.63% 0.16% -
XYZ 1.13 1.75 0.73 -
YUV 31.16 118.88 118.61 -
System Red Green Blue C M Y K H S L
Decimal 18 41 15 0.56 0 0.63 0.84 113.08 0.46 0.11
Hex 12 29 F 38 0 3F 54 71 2E B
Octal 22 51 17 70 0 77 124 161 56 13
Binary 10010 101001 1111 111000 0 111111 1010100 1110001 101110 1011

Color Harmonies of #12290F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12290F

Black with #12290F

Text Example


Text Example

White with #12290F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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