Html Css Color HEX #12813D Dark Spring Green

📋 copy color: '#12813D'

red 18 ◦ green 129 ◦ blue 61

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

Shades of Dark Spring Green #12813D

Tints of Dark Spring Green #12813D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 29.33%

R = 8.65%
G = 62.02%
B = 29.33%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#12813D (or 0x12813D) is known color: Dark Spring Green. HEX triplet: 12, 81 and 3D. RGB value is (18,129,61). Sum of RGB (Red+Green+Blue) = 18+129+61=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 129 (50.78% from 255 or 62.02% from 208); Blue value is 61 (24.22% from 255 or 29.33% from 208); Max value from RGB is 129 - color contains mainly: green. Hex color #12813D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12813D is #ED7EC2. Grayscale: #585858. Windows color (decimal): -15564483 or 4030738. OLE color: 4030738.

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

Color convert

RGB 18 129 61 -
CMYK 0.86 0 0.53 0.49
HSL 143.24º 0.76% 0.29% -
HSV(B) 143.24º 0.86% 0.51% -
XYZ 8.94 16.17 7.06 -
YUV 88.06 112.73 78.03 -
System Red Green Blue C M Y K H S L
Decimal 18 129 61 0.86 0 0.53 0.49 143.24 0.76 0.29
Hex 12 81 3D 56 0 35 31 8F 4C 1D
Octal 22 201 75 126 0 65 61 217 114 35
Binary 10010 10000001 111101 1010110 0 110101 110001 10001111 1001100 11101

Color Harmonies of #12813D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12813D

Black with #12813D

Text Example


Text Example

White with #12813D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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