Html Css Color HEX #0C730D Green

📋 copy color: '#0C730D'

red 12 ◦ green 115 ◦ blue 13

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

Shades of Green #0C730D

Tints of Green #0C730D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 82.14%

 BLUE value IS 13 (5.47% from 255) = 9.29%

R = 8.57%
G = 82.14%
B = 9.29%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#0C730D (or 0x0C730D) is known color: Green. HEX triplet: 0C, 73 and 0D. RGB value is (12,115,13). Sum of RGB (Red+Green+Blue) = 12+115+13=140 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.57% from 140); Green value is 115 (45.31% from 255 or 82.14% from 140); Blue value is 13 (5.47% from 255 or 9.29% from 140); Max value from RGB is 115 - color contains mainly: green. Hex color #0C730D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C730D is #F38CF2. Grayscale: #484848. Windows color (decimal): -15961331 or 881420. OLE color: 881420.

HSL color Cylindrical-coordinate representation of color #0C730D: hue angle of 120.58º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C730D is Cyan = 0.90, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 12 115 13 -
CMYK 0.90 0 0.89 0.55
HSL 120.58º 0.81% 0.25% -
HSV(B) 120.58º 0.9% 0.45% -
XYZ 6.36 12.37 2.43 -
YUV 72.58 94.38 84.79 -
System Red Green Blue C M Y K H S L
Decimal 12 115 13 0.90 0 0.89 0.55 120.58 0.81 0.25
Hex C 73 D 5A 0 59 37 79 51 19
Octal 14 163 15 132 0 131 67 171 121 31
Binary 1100 1110011 1101 1011010 0 1011001 110111 1111001 1010001 11001

Color Harmonies of #0C730D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C730D

Black with #0C730D

Text Example


Text Example

White with #0C730D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,115,13); }

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

background-color css

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

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

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

border-color css

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

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

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