Html Css Color HEX #0C290C Myrtle

📋 copy color: '#0C290C'

red 12 ◦ green 41 ◦ blue 12

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

Shades of Myrtle #0C290C

Tints of Myrtle #0C290C

RGB

 RED value IS 12 (5.08% from 255) = 18.46%

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

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

R = 18.46%
G = 63.08%
B = 18.46%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.71

 K value IS 0.84

RGB Variations

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

Color information

#0C290C (or 0x0C290C) is known color: Myrtle. HEX triplet: 0C, 29 and 0C. RGB value is (12,41,12). Sum of RGB (Red+Green+Blue) = 12+41+12=65 (8% of max value = 765). Red value is 12 (5.08% from 255 or 18.46% from 65); Green value is 41 (16.41% from 255 or 63.08% from 65); Blue value is 12 (5.08% from 255 or 18.46% from 65); Max value from RGB is 41 - color contains mainly: green. Hex color #0C290C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C290C is #F3D6F3. Grayscale: #1D1D1D. Windows color (decimal): -15980276 or 796940. OLE color: 796940.

HSL color Cylindrical-coordinate representation of color #0C290C: hue angle of 120º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0C290C is Cyan = 0.71, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.84.

Color convert

RGB 12 41 12 -
CMYK 0.71 0 0.71 0.84
HSL 120º 0.55% 0.1% -
HSV(B) 120º 0.71% 0.16% -
XYZ 1.01 1.69 0.62 -
YUV 29.02 118.39 115.86 -
System Red Green Blue C M Y K H S L
Decimal 12 41 12 0.71 0 0.71 0.84 120 0.55 0.1
Hex C 29 C 47 0 47 54 78 37 A
Octal 14 51 14 107 0 107 124 170 67 12
Binary 1100 101001 1100 1000111 0 1000111 1010100 1111000 110111 1010

Color Harmonies of #0C290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C290C

Black with #0C290C

Text Example


Text Example

White with #0C290C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C290C; }

 p { color: rgb(12,41,12); }

 H1.HeaderClassName
 {
   color: #0C290C;
 }
 .AnyTagClassName
 {
   color: #0C290C;
 }
</style>

background-color css

<style>
 a { background-color: #0C290C; }

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

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

border-color css

<style>
 span { border-color: #0C290C; }

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

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