Html Css Color HEX #259472 Elf Green

📋 copy color: '#259472'

red 37 ◦ green 148 ◦ blue 114

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

Shades of Elf Green #259472

Tints of Elf Green #259472

RGB

 RED value IS 37 (14.84% from 255) = 12.37%

 GREEN value IS 148 (58.2% from 255) = 49.5%

 BLUE value IS 114 (44.92% from 255) = 38.13%

R = 12.37%
G = 49.5%
B = 38.13%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#259472 (or 0x259472) is known color: Elf Green. HEX triplet: 25, 94 and 72. RGB value is (37,148,114). Sum of RGB (Red+Green+Blue) = 37+148+114=299 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.37% from 299); Green value is 148 (58.20% from 255 or 49.50% from 299); Blue value is 114 (44.92% from 255 or 38.13% from 299); Max value from RGB is 148 - color contains mainly: green. Hex color #259472 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259472 is #DA6B8D. Grayscale: #6E6E6E. Windows color (decimal): -14314382 or 7509029. OLE color: 7509029.

HSL color Cylindrical-coordinate representation of color #259472: hue angle of 161.62º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #259472 is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 37 148 114 -
CMYK 0.75 0 0.23 0.42
HSL 161.62º 0.6% 0.36% -
HSV(B) 161.62º 0.75% 0.58% -
XYZ 14.39 22.79 19.56 -
YUV 110.94 129.73 75.26 -
System Red Green Blue C M Y K H S L
Decimal 37 148 114 0.75 0 0.23 0.42 161.62 0.6 0.36
Hex 25 94 72 4B 0 17 2A A2 3C 24
Octal 45 224 162 113 0 27 52 242 74 44
Binary 100101 10010100 1110010 1001011 0 10111 101010 10100010 111100 100100

Color Harmonies of #259472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259472

Black with #259472

Text Example


Text Example

White with #259472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #259472; }

 p { color: rgb(37,148,114); }

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

background-color css

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

 a { background-color: rgb(37,148,114); }

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

border-color css

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

 span { border-color: rgb(37,148,114); }

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