Html Css Color HEX #12843D Dark Spring Green

📋 copy color: '#12843D'

red 18 ◦ green 132 ◦ blue 61

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

Shades of Dark Spring Green #12843D

Tints of Dark Spring Green #12843D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 62.56%

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

R = 8.53%
G = 62.56%
B = 28.91%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#12843D (or 0x12843D) is known color: Dark Spring Green. HEX triplet: 12, 84 and 3D. RGB value is (18,132,61). Sum of RGB (Red+Green+Blue) = 18+132+61=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 132 (51.95% from 255 or 62.56% from 211); Blue value is 61 (24.22% from 255 or 28.91% from 211); Max value from RGB is 132 - color contains mainly: green. Hex color #12843D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12843D is #ED7BC2. Grayscale: #595959. Windows color (decimal): -15563715 or 4031506. OLE color: 4031506.

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

Color convert

RGB 18 132 61 -
CMYK 0.86 0 0.54 0.48
HSL 142.63º 0.76% 0.29% -
HSV(B) 142.63º 0.86% 0.52% -
XYZ 9.34 16.97 7.2 -
YUV 89.82 111.73 76.77 -
System Red Green Blue C M Y K H S L
Decimal 18 132 61 0.86 0 0.54 0.48 142.63 0.76 0.29
Hex 12 84 3D 56 0 36 30 8F 4C 1D
Octal 22 204 75 126 0 66 60 217 114 35
Binary 10010 10000100 111101 1010110 0 110110 110000 10001111 1001100 11101

Color Harmonies of #12843D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12843D

Black with #12843D

Text Example


Text Example

White with #12843D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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