Html Css Color HEX #0C734A Dark Spring Green

📋 copy color: '#0C734A'

red 12 ◦ green 115 ◦ blue 74

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

Shades of Dark Spring Green #0C734A

Tints of Dark Spring Green #0C734A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 36.82%

R = 5.97%
G = 57.21%
B = 36.82%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#0C734A (or 0x0C734A) is known color: Dark Spring Green. HEX triplet: 0C, 73 and 4A. RGB value is (12,115,74). Sum of RGB (Red+Green+Blue) = 12+115+74=201 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.97% from 201); Green value is 115 (45.31% from 255 or 57.21% from 201); Blue value is 74 (29.30% from 255 or 36.82% from 201); Max value from RGB is 115 - color contains mainly: green. Hex color #0C734A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C734A is #F38CB5. Grayscale: #4F4F4F. Windows color (decimal): -15961270 or 4879116. OLE color: 4879116.

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

Color convert

RGB 12 115 74 -
CMYK 0.90 0 0.36 0.55
HSL 156.12º 0.81% 0.25% -
HSV(B) 156.12º 0.9% 0.45% -
XYZ 7.52 12.83 8.56 -
YUV 79.53 124.88 79.83 -
System Red Green Blue C M Y K H S L
Decimal 12 115 74 0.90 0 0.36 0.55 156.12 0.81 0.25
Hex C 73 4A 5A 0 24 37 9C 51 19
Octal 14 163 112 132 0 44 67 234 121 31
Binary 1100 1110011 1001010 1011010 0 100100 110111 10011100 1010001 11001

Color Harmonies of #0C734A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C734A

Black with #0C734A

Text Example


Text Example

White with #0C734A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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