Html Css Color HEX #259272 Elf Green

📋 copy color: '#259272'

red 37 ◦ green 146 ◦ blue 114

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

Shades of Elf Green #259272

Tints of Elf Green #259272

RGB

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

 GREEN value IS 146 (57.42% from 255) = 49.16%

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

R = 12.46%
G = 49.16%
B = 38.38%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#259272 (or 0x259272) is known color: Elf Green. HEX triplet: 25, 92 and 72. RGB value is (37,146,114). Sum of RGB (Red+Green+Blue) = 37+146+114=297 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.46% from 297); Green value is 146 (57.42% from 255 or 49.16% from 297); Blue value is 114 (44.92% from 255 or 38.38% from 297); Max value from RGB is 146 - color contains mainly: green. Hex color #259272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259272 is #DA6D8D. Grayscale: #6D6D6D. Windows color (decimal): -14314894 or 7508517. OLE color: 7508517.

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

Color convert

RGB 37 146 114 -
CMYK 0.75 0 0.22 0.43
HSL 162.39º 0.6% 0.36% -
HSV(B) 162.39º 0.75% 0.57% -
XYZ 14.08 22.17 19.46 -
YUV 109.76 130.39 76.1 -
System Red Green Blue C M Y K H S L
Decimal 37 146 114 0.75 0 0.22 0.43 162.39 0.6 0.36
Hex 25 92 72 4B 0 16 2B A2 3C 24
Octal 45 222 162 113 0 26 53 242 74 44
Binary 100101 10010010 1110010 1001011 0 10110 101011 10100010 111100 100100

Color Harmonies of #259272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259272

Black with #259272

Text Example


Text Example

White with #259272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #259272; }

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

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

background-color css

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

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

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

border-color css

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

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

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