Html Css Color HEX #125838 Fun Green

📋 copy color: '#125838'

red 18 ◦ green 88 ◦ blue 56

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

Shades of Fun Green #125838

Tints of Fun Green #125838

RGB

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

 GREEN value IS 88 (34.77% from 255) = 54.32%

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

R = 11.11%
G = 54.32%
B = 34.57%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.36

 K value IS 0.65

RGB Variations

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

Color information

#125838 (or 0x125838) is known color: Fun Green. HEX triplet: 12, 58 and 38. RGB value is (18,88,56). Sum of RGB (Red+Green+Blue) = 18+88+56=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 88 (34.77% from 255 or 54.32% from 162); Blue value is 56 (22.27% from 255 or 34.57% from 162); Max value from RGB is 88 - color contains mainly: green. Hex color #125838 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125838 is #EDA7C7. Grayscale: #3F3F3F. Windows color (decimal): -15574984 or 3692562. OLE color: 3692562.

HSL color Cylindrical-coordinate representation of color #125838: hue angle of 152.57º 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 #125838 is Cyan = 0.80, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 88 56 -
CMYK 0.80 0 0.36 0.65
HSL 152.57º 0.66% 0.21% -
HSV(B) 152.57º 0.8% 0.35% -
XYZ 4.45 7.39 4.93 -
YUV 63.42 123.81 95.6 -
System Red Green Blue C M Y K H S L
Decimal 18 88 56 0.80 0 0.36 0.65 152.57 0.66 0.21
Hex 12 58 38 50 0 24 41 99 42 15
Octal 22 130 70 120 0 44 101 231 102 25
Binary 10010 1011000 111000 1010000 0 100100 1000001 10011001 1000010 10101

Color Harmonies of #125838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125838

Black with #125838

Text Example


Text Example

White with #125838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125838; }

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

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

background-color css

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

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

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

border-color css

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

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

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