Html Css Color HEX #259F5E Eucalyptus

📋 copy color: '#259F5E'

red 37 ◦ green 159 ◦ blue 94

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

Shades of Eucalyptus #259F5E

Tints of Eucalyptus #259F5E

RGB

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

 GREEN value IS 159 (62.5% from 255) = 54.83%

 BLUE value IS 94 (37.11% from 255) = 32.41%

R = 12.76%
G = 54.83%
B = 32.41%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#259F5E (or 0x259F5E) is known color: Eucalyptus. HEX triplet: 25, 9F and 5E. RGB value is (37,159,94). Sum of RGB (Red+Green+Blue) = 37+159+94=290 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.76% from 290); Green value is 159 (62.5% from 255 or 54.83% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 159 - color contains mainly: green. Hex color #259F5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259F5E is #DA60A1. Grayscale: #737373. Windows color (decimal): -14311586 or 6201125. OLE color: 6201125.

HSL color Cylindrical-coordinate representation of color #259F5E: hue angle of 148.03º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #259F5E is Cyan = 0.77, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB 37 159 94 -
CMYK 0.77 0 0.41 0.38
HSL 148.03º 0.62% 0.38% -
HSV(B) 148.03º 0.77% 0.62% -
XYZ 15.18 26 14.81 -
YUV 115.11 116.08 72.29 -
System Red Green Blue C M Y K H S L
Decimal 37 159 94 0.77 0 0.41 0.38 148.03 0.62 0.38
Hex 25 9F 5E 4D 0 29 26 94 3E 26
Octal 45 237 136 115 0 51 46 224 76 46
Binary 100101 10011111 1011110 1001101 0 101001 100110 10010100 111110 100110

Color Harmonies of #259F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259F5E

Black with #259F5E

Text Example


Text Example

White with #259F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #259F5E; }

 p { color: rgb(37,159,94); }

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

background-color css

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

 a { background-color: rgb(37,159,94); }

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

border-color css

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

 span { border-color: rgb(37,159,94); }

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