Html Css Color HEX #125938 Fun Green

📋 copy color: '#125938'

red 18 ◦ green 89 ◦ blue 56

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

Shades of Fun Green #125938

Tints of Fun Green #125938

RGB

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

 GREEN value IS 89 (35.16% from 255) = 54.6%

 BLUE value IS 56 (22.27% from 255) = 34.36%

R = 11.04%
G = 54.6%
B = 34.36%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.37

 K value IS 0.65

RGB Variations

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

Color information

#125938 (or 0x125938) is known color: Fun Green. HEX triplet: 12, 59 and 38. RGB value is (18,89,56). Sum of RGB (Red+Green+Blue) = 18+89+56=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 89 (35.16% from 255 or 54.60% from 163); Blue value is 56 (22.27% from 255 or 34.36% from 163); Max value from RGB is 89 - color contains mainly: green. Hex color #125938 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125938 is #EDA6C7. Grayscale: #404040. Windows color (decimal): -15574728 or 3692818. OLE color: 3692818.

HSL color Cylindrical-coordinate representation of color #125938: hue angle of 152.11º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125938 is Cyan = 0.80, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 89 56 -
CMYK 0.80 0 0.37 0.65
HSL 152.11º 0.66% 0.21% -
HSV(B) 152.11º 0.8% 0.35% -
XYZ 4.54 7.56 4.96 -
YUV 64.01 123.48 95.18 -
System Red Green Blue C M Y K H S L
Decimal 18 89 56 0.80 0 0.37 0.65 152.11 0.66 0.21
Hex 12 59 38 50 0 25 41 98 42 15
Octal 22 131 70 120 0 45 101 230 102 25
Binary 10010 1011001 111000 1010000 0 100101 1000001 10011000 1000010 10101

Color Harmonies of #125938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125938

Black with #125938

Text Example


Text Example

White with #125938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125938; }

 p { color: rgb(18,89,56); }

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

background-color css

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

 a { background-color: rgb(18,89,56); }

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

border-color css

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

 span { border-color: rgb(18,89,56); }

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