#269F5F

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

Shades of Eucalyptus #269F5F

Tints of Eucalyptus #269F5F

Color information

#269F5F (or 0x269F5F) is unknown color: approx Eucalyptus. HEX triplet: 26, 9F and 5F. RGB value is (38,159,95). Sum of RGB (Red+Green+Blue) = 38+159+95=292 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.01% from 292); Green value is 159 (62.5% from 255 or 54.45% from 292); Blue value is 95 (37.5% from 255 or 32.53% from 292); Max value from RGB is 159 - color contains mainly: green. Hex color #269F5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269F5F is #D960A0. Grayscale: #737373. Windows color (decimal): -14246049 or 6266662. OLE color: 6266662.

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

Color convert

RGB3815995-
CMYK0.7600.400.38
HSL148.26º61.42%38.63%-
HSV(B)148.26º76.1%62.35%-
XYZ15.2626.0315.05-
YUV115.52116.4172.7-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.01%
GREEN value IS 159 (62.5% from 255) = 54.45%
BLUE value IS 95 (37.5% from 255) = 32.53%
R=13.01%
G=54.45%
B=32.53%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal38159950.7600.400.38148.2661.4238.63
Hex269F5F4C02826943d27
Octal46237137114050462247547
Binary1001101001111110111111001100010100010011010010100111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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