#125B3D

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

Shades of Fun Green #125B3D

Tints of Fun Green #125B3D

Color information

#125B3D (or 0x125B3D) is unknown color: approx Fun Green. HEX triplet: 12, 5B and 3D. RGB value is (18,91,61). Sum of RGB (Red+Green+Blue) = 18+91+61=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 91 (35.94% from 255 or 53.53% from 170); Blue value is 61 (24.22% from 255 or 35.88% from 170); Max value from RGB is 91 - color contains mainly: green. Hex color #125B3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125B3D is #EDA4C2. Grayscale: #414141. Windows color (decimal): -15574211 or 4021010. OLE color: 4021010.

HSL color Cylindrical-coordinate representation of color #125B3D: hue angle of 155.34º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125B3D is Cyan = 0.80, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.64.

Color convert

RGB189161-
CMYK0.8000.330.64
HSL155.34º66.97%21.37%-
HSV(B)155.34º80.22%35.69%-
XYZ4.837.955.69-
YUV65.75125.3293.94-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.59%
GREEN value IS 91 (35.94% from 255) = 53.53%
BLUE value IS 61 (24.22% from 255) = 35.88%
R=10.59%
G=53.53%
B=35.88%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1891610.8000.330.64155.3466.9721.37
Hex125B3D50021409b4315
Octal221337512004110023310325
Binary10010101101111110110100000100001100000010011011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125B3D; }

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

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

<style>
 a { background-color: #125B3D; }

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

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

<style>
 span { border-color: #125B3D; }

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

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