#269F70

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

Shades of Eucalyptus #269F70

Tints of Eucalyptus #269F70

Color information

#269F70 (or 0x269F70) is unknown color: approx Eucalyptus. HEX triplet: 26, 9F and 70. RGB value is (38,159,112). Sum of RGB (Red+Green+Blue) = 38+159+112=309 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.30% from 309); Green value is 159 (62.5% from 255 or 51.46% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 159 - color contains mainly: green. Hex color #269F70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269F70 is #D9608F. Grayscale: #757575. Windows color (decimal): -14246032 or 7380774. OLE color: 7380774.

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

Color convert

RGB38159112-
CMYK0.7600.300.38
HSL156.69º61.42%38.63%-
HSV(B)156.69º76.1%62.35%-
XYZ16.1226.3819.57-
YUV117.46124.9171.32-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.30%
GREEN value IS 159 (62.5% from 255) = 51.46%
BLUE value IS 112 (44.14% from 255) = 36.25%
R=12.30%
G=51.46%
B=36.25%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal381591120.7600.300.38156.6961.4238.63
Hex269F704C01E269d3d27
Octal46237160114036462357547
Binary100110100111111110000100110001111010011010011101111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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