Html Css Color HEX #12833B Dark Spring Green

📋 copy color: '#12833B'

red 18 ◦ green 131 ◦ blue 59

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

Shades of Dark Spring Green #12833B

Tints of Dark Spring Green #12833B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 62.98%

 BLUE value IS 59 (23.44% from 255) = 28.37%

R = 8.65%
G = 62.98%
B = 28.37%

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

#12833B (or 0x12833B) is known color: Dark Spring Green. HEX triplet: 12, 83 and 3B. RGB value is (18,131,59). Sum of RGB (Red+Green+Blue) = 18+131+59=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 131 (51.56% from 255 or 62.98% from 208); Blue value is 59 (23.44% from 255 or 28.37% from 208); Max value from RGB is 131 - color contains mainly: green. Hex color #12833B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12833B is #ED7CC4. Grayscale: #595959. Windows color (decimal): -15563973 or 3900178. OLE color: 3900178.

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

Color convert

RGB 18 131 59 -
CMYK 0.86 0 0.55 0.49
HSL 141.77º 0.76% 0.29% -
HSV(B) 141.77º 0.86% 0.51% -
XYZ 9.16 16.68 6.87 -
YUV 89.01 111.06 77.35 -
System Red Green Blue C M Y K H S L
Decimal 18 131 59 0.86 0 0.55 0.49 141.77 0.76 0.29
Hex 12 83 3B 56 0 37 31 8E 4C 1D
Octal 22 203 73 126 0 67 61 216 114 35
Binary 10010 10000011 111011 1010110 0 110111 110001 10001110 1001100 11101

Color Harmonies of #12833B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12833B

Black with #12833B

Text Example


Text Example

White with #12833B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12833B; }

 p { color: rgb(18,131,59); }

 H1.HeaderClassName
 {
   color: #12833B;
 }
 .AnyTagClassName
 {
   color: #12833B;
 }
</style>

background-color css

<style>
 a { background-color: #12833B; }

 a { background-color: rgb(18,131,59); }

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

border-color css

<style>
 span { border-color: #12833B; }

 span { border-color: rgb(18,131,59); }

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