Html Css Color HEX #0C7317 Green

📋 copy color: '#0C7317'

red 12 ◦ green 115 ◦ blue 23

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

Shades of Green #0C7317

Tints of Green #0C7317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 15.33%

R = 8%
G = 76.67%
B = 15.33%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.80

 K value IS 0.55

RGB Variations

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

Color information

#0C7317 (or 0x0C7317) is known color: Green. HEX triplet: 0C, 73 and 17. RGB value is (12,115,23). Sum of RGB (Red+Green+Blue) = 12+115+23=150 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8% from 150); Green value is 115 (45.31% from 255 or 76.67% from 150); Blue value is 23 (9.38% from 255 or 15.33% from 150); Max value from RGB is 115 - color contains mainly: green. Hex color #0C7317 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C7317 is #F38CE8. Grayscale: #494949. Windows color (decimal): -15961321 or 1536780. OLE color: 1536780.

HSL color Cylindrical-coordinate representation of color #0C7317: hue angle of 126.41º 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 #0C7317 is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.55.

Color convert

RGB 12 115 23 -
CMYK 0.90 0 0.80 0.55
HSL 126.41º 0.81% 0.25% -
HSV(B) 126.41º 0.9% 0.45% -
XYZ 6.44 12.4 2.87 -
YUV 73.72 99.38 83.98 -
System Red Green Blue C M Y K H S L
Decimal 12 115 23 0.90 0 0.80 0.55 126.41 0.81 0.25
Hex C 73 17 5A 0 50 37 7E 51 19
Octal 14 163 27 132 0 120 67 176 121 31
Binary 1100 1110011 10111 1011010 0 1010000 110111 1111110 1010001 11001

Color Harmonies of #0C7317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7317

Black with #0C7317

Text Example


Text Example

White with #0C7317

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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