Html Css Color HEX #12823C Dark Spring Green

📋 copy color: '#12823C'

red 18 ◦ green 130 ◦ blue 60

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

Shades of Dark Spring Green #12823C

Tints of Dark Spring Green #12823C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 62.5%

 BLUE value IS 60 (23.83% from 255) = 28.85%

R = 8.65%
G = 62.5%
B = 28.85%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#12823C (or 0x12823C) is known color: Dark Spring Green. HEX triplet: 12, 82 and 3C. RGB value is (18,130,60). Sum of RGB (Red+Green+Blue) = 18+130+60=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 130 (51.17% from 255 or 62.5% from 208); Blue value is 60 (23.83% from 255 or 28.85% from 208); Max value from RGB is 130 - color contains mainly: green. Hex color #12823C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12823C is #ED7DC3. Grayscale: #585858. Windows color (decimal): -15564228 or 3965458. OLE color: 3965458.

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

Color convert

RGB 18 130 60 -
CMYK 0.86 0 0.54 0.49
HSL 142.5º 0.76% 0.29% -
HSV(B) 142.5º 0.86% 0.51% -
XYZ 9.05 16.42 6.97 -
YUV 88.53 111.89 77.69 -
System Red Green Blue C M Y K H S L
Decimal 18 130 60 0.86 0 0.54 0.49 142.5 0.76 0.29
Hex 12 82 3C 56 0 36 31 8E 4C 1D
Octal 22 202 74 126 0 66 61 216 114 35
Binary 10010 10000010 111100 1010110 0 110110 110001 10001110 1001100 11101

Color Harmonies of #12823C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12823C

Black with #12823C

Text Example


Text Example

White with #12823C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12823C; }

 p { color: rgb(18,130,60); }

 H1.HeaderClassName
 {
   color: #12823C;
 }
 .AnyTagClassName
 {
   color: #12823C;
 }
</style>

background-color css

<style>
 a { background-color: #12823C; }

 a { background-color: rgb(18,130,60); }

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

border-color css

<style>
 span { border-color: #12823C; }

 span { border-color: rgb(18,130,60); }

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