Html Css Color HEX #12813E Dark Spring Green

📋 copy color: '#12813E'

red 18 ◦ green 129 ◦ blue 62

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

Shades of Dark Spring Green #12813E

Tints of Dark Spring Green #12813E

RGB

 RED value IS 18 (7.42% from 255) = 8.61%

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

 BLUE value IS 62 (24.61% from 255) = 29.67%

R = 8.61%
G = 61.72%
B = 29.67%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#12813E (or 0x12813E) is known color: Dark Spring Green. HEX triplet: 12, 81 and 3E. RGB value is (18,129,62). Sum of RGB (Red+Green+Blue) = 18+129+62=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 129 (50.78% from 255 or 61.72% from 209); Blue value is 62 (24.61% from 255 or 29.67% from 209); Max value from RGB is 129 - color contains mainly: green. Hex color #12813E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12813E is #ED7EC1. Grayscale: #585858. Windows color (decimal): -15564482 or 4096274. OLE color: 4096274.

HSL color Cylindrical-coordinate representation of color #12813E: hue angle of 143.78º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12813E is Cyan = 0.86, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 129 62 -
CMYK 0.86 0 0.52 0.49
HSL 143.78º 0.76% 0.29% -
HSV(B) 143.78º 0.86% 0.51% -
XYZ 8.97 16.18 7.21 -
YUV 88.17 113.23 77.95 -
System Red Green Blue C M Y K H S L
Decimal 18 129 62 0.86 0 0.52 0.49 143.78 0.76 0.29
Hex 12 81 3E 56 0 34 31 90 4C 1D
Octal 22 201 76 126 0 64 61 220 114 35
Binary 10010 10000001 111110 1010110 0 110100 110001 10010000 1001100 11101

Color Harmonies of #12813E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12813E

Black with #12813E

Text Example


Text Example

White with #12813E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12813E; }

 p { color: rgb(18,129,62); }

 H1.HeaderClassName
 {
   color: #12813E;
 }
 .AnyTagClassName
 {
   color: #12813E;
 }
</style>

background-color css

<style>
 a { background-color: #12813E; }

 a { background-color: rgb(18,129,62); }

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

border-color css

<style>
 span { border-color: #12813E; }

 span { border-color: rgb(18,129,62); }

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