Html Css Color HEX #269F50 Eucalyptus

📋 copy color: '#269F50'

red 38 ◦ green 159 ◦ blue 80

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

Shades of Eucalyptus #269F50

Tints of Eucalyptus #269F50

RGB

 RED value IS 38 (15.23% from 255) = 13.72%

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

 BLUE value IS 80 (31.64% from 255) = 28.88%

R = 13.72%
G = 57.4%
B = 28.88%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#269F50 (or 0x269F50) is known color: Eucalyptus. HEX triplet: 26, 9F and 50. RGB value is (38,159,80). Sum of RGB (Red+Green+Blue) = 38+159+80=277 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.72% from 277); Green value is 159 (62.5% from 255 or 57.40% from 277); Blue value is 80 (31.64% from 255 or 28.88% from 277); Max value from RGB is 159 - color contains mainly: green. Hex color #269F50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269F50 is #D960AF. Grayscale: #727272. Windows color (decimal): -14246064 or 5283622. OLE color: 5283622.

HSL color Cylindrical-coordinate representation of color #269F50: hue angle of 140.83º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #269F50 is Cyan = 0.76, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB 38 159 80 -
CMYK 0.76 0 0.50 0.38
HSL 140.83º 0.61% 0.39% -
HSV(B) 140.83º 0.76% 0.62% -
XYZ 14.65 25.79 11.8 -
YUV 113.82 108.91 73.92 -
System Red Green Blue C M Y K H S L
Decimal 38 159 80 0.76 0 0.50 0.38 140.83 0.61 0.39
Hex 26 9F 50 4C 0 32 26 8D 3D 27
Octal 46 237 120 114 0 62 46 215 75 47
Binary 100110 10011111 1010000 1001100 0 110010 100110 10001101 111101 100111

Color Harmonies of #269F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269F50

Black with #269F50

Text Example


Text Example

White with #269F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269F50; }

 p { color: rgb(38,159,80); }

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

background-color css

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

 a { background-color: rgb(38,159,80); }

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

border-color css

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

 span { border-color: rgb(38,159,80); }

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