Html Css Color HEX #0C2809 Myrtle

📋 copy color: '#0C2809'

red 12 ◦ green 40 ◦ blue 9

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

Shades of Myrtle #0C2809

Tints of Myrtle #0C2809

RGB

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

 GREEN value IS 40 (16.02% from 255) = 65.57%

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

R = 19.67%
G = 65.57%
B = 14.75%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.78

 K value IS 0.84

RGB Variations

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

Color information

#0C2809 (or 0x0C2809) is known color: Myrtle. HEX triplet: 0C, 28 and 09. RGB value is (12,40,9). Sum of RGB (Red+Green+Blue) = 12+40+9=61 (8% of max value = 765). Red value is 12 (5.08% from 255 or 19.67% from 61); Green value is 40 (16.02% from 255 or 65.57% from 61); Blue value is 9 (3.91% from 255 or 14.75% from 61); Max value from RGB is 40 - color contains mainly: green. Hex color #0C2809 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2809 is #F3D7F6. Grayscale: #1C1C1C. Windows color (decimal): -15980535 or 600076. OLE color: 600076.

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

Color convert

RGB 12 40 9 -
CMYK 0.70 0 0.78 0.84
HSL 114.19º 0.63% 0.1% -
HSV(B) 114.19º 0.78% 0.16% -
XYZ 0.96 1.62 0.52 -
YUV 28.09 117.22 116.52 -
System Red Green Blue C M Y K H S L
Decimal 12 40 9 0.70 0 0.78 0.84 114.19 0.63 0.1
Hex C 28 9 46 0 4E 54 72 3F A
Octal 14 50 11 106 0 116 124 162 77 12
Binary 1100 101000 1001 1000110 0 1001110 1010100 1110010 111111 1010

Color Harmonies of #0C2809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2809

Black with #0C2809

Text Example


Text Example

White with #0C2809

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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