Html Css Color HEX #0C7939 Dark Spring Green

📋 copy color: '#0C7939'

red 12 ◦ green 121 ◦ blue 57

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

Shades of Dark Spring Green #0C7939

Tints of Dark Spring Green #0C7939

RGB

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

 GREEN value IS 121 (47.66% from 255) = 63.68%

 BLUE value IS 57 (22.66% from 255) = 30%

R = 6.32%
G = 63.68%
B = 30%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.53

 K value IS 0.53

RGB Variations

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

Color information

#0C7939 (or 0x0C7939) is known color: Dark Spring Green. HEX triplet: 0C, 79 and 39. RGB value is (12,121,57). Sum of RGB (Red+Green+Blue) = 12+121+57=190 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.32% from 190); Green value is 121 (47.66% from 255 or 63.68% from 190); Blue value is 57 (22.66% from 255 or 30% from 190); Max value from RGB is 121 - color contains mainly: green. Hex color #0C7939 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C7939 is #F386C6. Grayscale: #515151. Windows color (decimal): -15959751 or 3766540. OLE color: 3766540.

HSL color Cylindrical-coordinate representation of color #0C7939: hue angle of 144.77º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7939 is Cyan = 0.90, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.53.

Color convert

RGB 12 121 57 -
CMYK 0.90 0 0.53 0.53
HSL 144.77º 0.82% 0.26% -
HSV(B) 144.77º 0.9% 0.47% -
XYZ 7.73 14.05 6.18 -
YUV 81.11 114.39 78.7 -
System Red Green Blue C M Y K H S L
Decimal 12 121 57 0.90 0 0.53 0.53 144.77 0.82 0.26
Hex C 79 39 5A 0 35 35 91 52 1A
Octal 14 171 71 132 0 65 65 221 122 32
Binary 1100 1111001 111001 1011010 0 110101 110101 10010001 1010010 11010

Color Harmonies of #0C7939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7939

Black with #0C7939

Text Example


Text Example

White with #0C7939

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,121,57); }

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

background-color css

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

 a { background-color: rgb(12,121,57); }

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

border-color css

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

 span { border-color: rgb(12,121,57); }

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