Html Css Color HEX #0C2909 Myrtle

📋 copy color: '#0C2909'

red 12 ◦ green 41 ◦ blue 9

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

Shades of Myrtle #0C2909

Tints of Myrtle #0C2909

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 14.52%

R = 19.35%
G = 66.13%
B = 14.52%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.78

 K value IS 0.84

RGB Variations

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

Color information

#0C2909 (or 0x0C2909) is known color: Myrtle. HEX triplet: 0C, 29 and 09. RGB value is (12,41,9). Sum of RGB (Red+Green+Blue) = 12+41+9=62 (8% of max value = 765). Red value is 12 (5.08% from 255 or 19.35% from 62); Green value is 41 (16.41% from 255 or 66.13% from 62); Blue value is 9 (3.91% from 255 or 14.52% from 62); Max value from RGB is 41 - color contains mainly: green. Hex color #0C2909 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2909 is #F3D6F6. Grayscale: #1C1C1C. Windows color (decimal): -15980279 or 600332. OLE color: 600332.

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

Color convert

RGB 12 41 9 -
CMYK 0.71 0 0.78 0.84
HSL 114.38º 0.64% 0.1% -
HSV(B) 114.38º 0.78% 0.16% -
XYZ 0.99 1.68 0.53 -
YUV 28.68 116.89 116.1 -
System Red Green Blue C M Y K H S L
Decimal 12 41 9 0.71 0 0.78 0.84 114.38 0.64 0.1
Hex C 29 9 47 0 4E 54 72 40 A
Octal 14 51 11 107 0 116 124 162 100 12
Binary 1100 101001 1001 1000111 0 1001110 1010100 1110010 1000000 1010

Color Harmonies of #0C2909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2909

Black with #0C2909

Text Example


Text Example

White with #0C2909

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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