#269F61

Color #269F61 Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #269F61

Tints of Eucalyptus #269F61

Color information

#269F61 (or 0x269F61) is unknown color: approx Eucalyptus. HEX triplet: 26, 9F and 61. RGB value is (38,159,97). Sum of RGB (Red+Green+Blue) = 38+159+97=294 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.93% from 294); Green value is 159 (62.5% from 255 or 54.08% from 294); Blue value is 97 (38.28% from 255 or 32.99% from 294); Max value from RGB is 159 - color contains mainly: green. Hex color #269F61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269F61 is #D9609E. Grayscale: #737373. Windows color (decimal): -14246047 or 6397734. OLE color: 6397734.

HSL color Cylindrical-coordinate representation of color #269F61: hue angle of 149.26º 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 #269F61 is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.

Color convert

RGB3815997-
CMYK0.7600.390.38
HSL149.26º61.42%38.63%-
HSV(B)149.26º76.1%62.35%-
XYZ15.3626.0715.53-
YUV115.75117.4172.54-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.93%
GREEN value IS 159 (62.5% from 255) = 54.08%
BLUE value IS 97 (38.28% from 255) = 32.99%
R=12.93%
G=54.08%
B=32.99%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal38159970.7600.390.38149.2661.4238.63
Hex269F614C02726953d27
Octal46237141114047462257547
Binary1001101001111111000011001100010011110011010010101111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #269F61;
 }
 .AnyTagClassName
 {
   color: #269F61;
 }
</style>
background-color css

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

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

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

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

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

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