Html Css Color HEX #0C813B Dark Spring Green

📋 copy color: '#0C813B'

red 12 ◦ green 129 ◦ blue 59

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

Shades of Dark Spring Green #0C813B

Tints of Dark Spring Green #0C813B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 64.5%

 BLUE value IS 59 (23.44% from 255) = 29.5%

R = 6%
G = 64.5%
B = 29.5%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#0C813B (or 0x0C813B) is known color: Dark Spring Green. HEX triplet: 0C, 81 and 3B. RGB value is (12,129,59). Sum of RGB (Red+Green+Blue) = 12+129+59=200 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6% from 200); Green value is 129 (50.78% from 255 or 64.5% from 200); Blue value is 59 (23.44% from 255 or 29.5% from 200); Max value from RGB is 129 - color contains mainly: green. Hex color #0C813B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C813B is #F37EC4. Grayscale: #565656. Windows color (decimal): -15957701 or 3899660. OLE color: 3899660.

HSL color Cylindrical-coordinate representation of color #0C813B: hue angle of 144.1º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C813B is Cyan = 0.91, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB 12 129 59 -
CMYK 0.91 0 0.54 0.49
HSL 144.1º 0.83% 0.28% -
HSV(B) 144.1º 0.91% 0.51% -
XYZ 8.79 16.09 6.78 -
YUV 86.04 112.74 75.19 -
System Red Green Blue C M Y K H S L
Decimal 12 129 59 0.91 0 0.54 0.49 144.1 0.83 0.28
Hex C 81 3B 5B 0 36 31 90 53 1C
Octal 14 201 73 133 0 66 61 220 123 34
Binary 1100 10000001 111011 1011011 0 110110 110001 10010000 1010011 11100

Color Harmonies of #0C813B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C813B

Black with #0C813B

Text Example


Text Example

White with #0C813B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,129,59); }

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

background-color css

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

 a { background-color: rgb(12,129,59); }

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

border-color css

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

 span { border-color: rgb(12,129,59); }

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