Html Css Color HEX #0C7441 Dark Spring Green

📋 copy color: '#0C7441'

red 12 ◦ green 116 ◦ blue 65

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

Shades of Dark Spring Green #0C7441

Tints of Dark Spring Green #0C7441

RGB

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

 GREEN value IS 116 (45.7% from 255) = 60.1%

 BLUE value IS 65 (25.78% from 255) = 33.68%

R = 6.22%
G = 60.1%
B = 33.68%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#0C7441 (or 0x0C7441) is known color: Dark Spring Green. HEX triplet: 0C, 74 and 41. RGB value is (12,116,65). Sum of RGB (Red+Green+Blue) = 12+116+65=193 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.22% from 193); Green value is 116 (45.70% from 255 or 60.10% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 116 - color contains mainly: green. Hex color #0C7441 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C7441 is #F38BBE. Grayscale: #4F4F4F. Windows color (decimal): -15961023 or 4289548. OLE color: 4289548.

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

Color convert

RGB 12 116 65 -
CMYK 0.90 0 0.44 0.55
HSL 150.58º 0.81% 0.25% -
HSV(B) 150.58º 0.9% 0.45% -
XYZ 7.35 12.95 7.11 -
YUV 79.09 120.04 80.15 -
System Red Green Blue C M Y K H S L
Decimal 12 116 65 0.90 0 0.44 0.55 150.58 0.81 0.25
Hex C 74 41 5A 0 2C 37 97 51 19
Octal 14 164 101 132 0 54 67 227 121 31
Binary 1100 1110100 1000001 1011010 0 101100 110111 10010111 1010001 11001

Color Harmonies of #0C7441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7441

Black with #0C7441

Text Example


Text Example

White with #0C7441

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,116,65); }

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

background-color css

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

 a { background-color: rgb(12,116,65); }

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

border-color css

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

 span { border-color: rgb(12,116,65); }

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