Html Css Color HEX #12250F Myrtle

📋 copy color: '#12250F'

red 18 ◦ green 37 ◦ blue 15

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

Shades of Myrtle #12250F

Tints of Myrtle #12250F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 52.86%

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

R = 25.71%
G = 52.86%
B = 21.43%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.59

 K value IS 0.85

RGB Variations

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

Color information

#12250F (or 0x12250F) is known color: Myrtle. HEX triplet: 12, 25 and 0F. RGB value is (18,37,15). Sum of RGB (Red+Green+Blue) = 18+37+15=70 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.71% from 70); Green value is 37 (14.84% from 255 or 52.86% from 70); Blue value is 15 (6.25% from 255 or 21.43% from 70); Max value from RGB is 37 - color contains mainly: green. Hex color #12250F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12250F is #EDDAF0. Grayscale: #1C1C1C. Windows color (decimal): -15588081 or 992530. OLE color: 992530.

HSL color Cylindrical-coordinate representation of color #12250F: hue angle of 111.82º degrees, saturation: 0.42, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #12250F is Cyan = 0.51, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.85.

Color convert

RGB 18 37 15 -
CMYK 0.51 0 0.59 0.85
HSL 111.82º 0.42% 0.1% -
HSV(B) 111.82º 0.59% 0.15% -
XYZ 1 1.49 0.69 -
YUV 28.81 120.21 120.29 -
System Red Green Blue C M Y K H S L
Decimal 18 37 15 0.51 0 0.59 0.85 111.82 0.42 0.1
Hex 12 25 F 33 0 3B 55 70 2A A
Octal 22 45 17 63 0 73 125 160 52 12
Binary 10010 100101 1111 110011 0 111011 1010101 1110000 101010 1010

Color Harmonies of #12250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12250F

Black with #12250F

Text Example


Text Example

White with #12250F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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