#12683B

Color #12683B Fun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fun Green #12683B

Tints of Fun Green #12683B

Color information

#12683B (or 0x12683B) is unknown color: approx Fun Green. HEX triplet: 12, 68 and 3B. RGB value is (18,104,59). Sum of RGB (Red+Green+Blue) = 18+104+59=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 104 (41.02% from 255 or 57.46% from 181); Blue value is 59 (23.44% from 255 or 32.60% from 181); Max value from RGB is 104 - color contains mainly: green. Hex color #12683B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12683B is #ED97C4. Grayscale: #494949. Windows color (decimal): -15570885 or 3893266. OLE color: 3893266.

HSL color Cylindrical-coordinate representation of color #12683B: hue angle of 148.6º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12683B is Cyan = 0.83, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.59.

Color convert

RGB1810459-
CMYK0.8300.430.59
HSL148.6º70.49%23.92%-
HSV(B)148.6º82.69%40.78%-
XYZ5.9910.345.82-
YUV73.16120.0188.66-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.94%
GREEN value IS 104 (41.02% from 255) = 57.46%
BLUE value IS 59 (23.44% from 255) = 32.60%
R=9.94%
G=57.46%
B=32.60%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal18104590.8300.430.59148.670.4923.92
Hex12683B5302B3B954618
Octal22150731230537322510630
Binary1001011010001110111010011010101111101110010101100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12683B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #12683B;
 }
 .AnyTagClassName
 {
   color: #12683B;
 }
</style>
background-color css

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

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

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

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

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

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