Html Css Color HEX #12813A Dark Spring Green

📋 copy color: '#12813A'

red 18 ◦ green 129 ◦ blue 58

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

Shades of Dark Spring Green #12813A

Tints of Dark Spring Green #12813A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 28.29%

R = 8.78%
G = 62.93%
B = 28.29%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#12813A (or 0x12813A) is known color: Dark Spring Green. HEX triplet: 12, 81 and 3A. RGB value is (18,129,58). Sum of RGB (Red+Green+Blue) = 18+129+58=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 129 (50.78% from 255 or 62.93% from 205); Blue value is 58 (23.05% from 255 or 28.29% from 205); Max value from RGB is 129 - color contains mainly: green. Hex color #12813A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12813A is #ED7EC5. Grayscale: #575757. Windows color (decimal): -15564486 or 3834130. OLE color: 3834130.

HSL color Cylindrical-coordinate representation of color #12813A: hue angle of 141.62º 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 #12813A is Cyan = 0.86, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 129 58 -
CMYK 0.86 0 0.55 0.49
HSL 141.62º 0.76% 0.29% -
HSV(B) 141.62º 0.86% 0.51% -
XYZ 8.86 16.13 6.65 -
YUV 87.72 111.23 78.27 -
System Red Green Blue C M Y K H S L
Decimal 18 129 58 0.86 0 0.55 0.49 141.62 0.76 0.29
Hex 12 81 3A 56 0 37 31 8E 4C 1D
Octal 22 201 72 126 0 67 61 216 114 35
Binary 10010 10000001 111010 1010110 0 110111 110001 10001110 1001100 11101

Color Harmonies of #12813A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12813A

Black with #12813A

Text Example


Text Example

White with #12813A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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