Html Css Color HEX #269F60 Eucalyptus

📋 copy color: '#269F60'

red 38 ◦ green 159 ◦ blue 96

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

Shades of Eucalyptus #269F60

Tints of Eucalyptus #269F60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 32.76%

R = 12.97%
G = 54.27%
B = 32.76%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.40

 K value IS 0.38

RGB Variations

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

Color information

#269F60 (or 0x269F60) is known color: Eucalyptus. HEX triplet: 26, 9F and 60. RGB value is (38,159,96). Sum of RGB (Red+Green+Blue) = 38+159+96=293 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.97% from 293); Green value is 159 (62.5% from 255 or 54.27% from 293); Blue value is 96 (37.89% from 255 or 32.76% from 293); Max value from RGB is 159 - color contains mainly: green. Hex color #269F60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269F60 is #D9609F. Grayscale: #737373. Windows color (decimal): -14246048 or 6332198. OLE color: 6332198.

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

Color convert

RGB 38 159 96 -
CMYK 0.76 0 0.40 0.38
HSL 148.76º 0.61% 0.39% -
HSV(B) 148.76º 0.76% 0.62% -
XYZ 15.31 26.05 15.29 -
YUV 115.64 116.91 72.62 -
System Red Green Blue C M Y K H S L
Decimal 38 159 96 0.76 0 0.40 0.38 148.76 0.61 0.39
Hex 26 9F 60 4C 0 28 26 95 3D 27
Octal 46 237 140 114 0 50 46 225 75 47
Binary 100110 10011111 1100000 1001100 0 101000 100110 10010101 111101 100111

Color Harmonies of #269F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269F60

Black with #269F60

Text Example


Text Example

White with #269F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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