#269966

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

Shades of Eucalyptus #269966

Tints of Eucalyptus #269966

Color information

#269966 (or 0x269966) is unknown color: approx Eucalyptus. HEX triplet: 26, 99 and 66. RGB value is (38,153,102). Sum of RGB (Red+Green+Blue) = 38+153+102=293 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.97% from 293); Green value is 153 (60.16% from 255 or 52.22% from 293); Blue value is 102 (40.23% from 255 or 34.81% from 293); Max value from RGB is 153 - color contains mainly: green. Hex color #269966 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269966 is #D96699. Grayscale: #707070. Windows color (decimal): -14247578 or 6723878. OLE color: 6723878.

HSL color Cylindrical-coordinate representation of color #269966: hue angle of 153.39º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269966 is Cyan = 0.75, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB38153102-
CMYK0.7500.330.4
HSL153.39º60.21%37.45%-
HSV(B)153.39º75.16%60%-
XYZ14.5924.1516.46-
YUV112.8121.974.65-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.97%
GREEN value IS 153 (60.16% from 255) = 52.22%
BLUE value IS 102 (40.23% from 255) = 34.81%
R=12.97%
G=52.22%
B=34.81%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal381531020.7500.330.4153.3960.2137.45
Hex2699664B02128993c25
Octal46231146113041502317445
Binary1001101001100111001101001011010000110100010011001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269966; }

 p { color: rgb(38,153,102); }

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

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

 a { background-color: rgb(38,153,102); }

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

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

 span { border-color: rgb(38,153,102); }

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