#12623D

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

Shades of Fun Green #12623D

Tints of Fun Green #12623D

Color information

#12623D (or 0x12623D) is unknown color: approx Fun Green. HEX triplet: 12, 62 and 3D. RGB value is (18,98,61). Sum of RGB (Red+Green+Blue) = 18+98+61=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 98 (38.67% from 255 or 55.37% from 177); Blue value is 61 (24.22% from 255 or 34.46% from 177); Max value from RGB is 98 - color contains mainly: green. Hex color #12623D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12623D is #ED9DC2. Grayscale: #454545. Windows color (decimal): -15572419 or 4022802. OLE color: 4022802.

HSL color Cylindrical-coordinate representation of color #12623D: hue angle of 152.25º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #12623D is Cyan = 0.82, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB189861-
CMYK0.8200.380.62
HSL152.25º68.97%22.75%-
HSV(B)152.25º81.63%38.43%-
XYZ5.469.25.9-
YUV69.8612391.01-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.17%
GREEN value IS 98 (38.67% from 255) = 55.37%
BLUE value IS 61 (24.22% from 255) = 34.46%
R=10.17%
G=55.37%
B=34.46%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1898610.8200.380.62152.2568.9722.75
Hex12623D520263E984517
Octal22142751220467623010527
Binary1001011000101111011010010010011011111010011000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12623D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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