Html Css Color HEX #269D60 Eucalyptus

📋 copy color: '#269D60'

red 38 ◦ green 157 ◦ blue 96

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

Shades of Eucalyptus #269D60

Tints of Eucalyptus #269D60

RGB

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

 GREEN value IS 157 (61.72% from 255) = 53.95%

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

R = 13.06%
G = 53.95%
B = 32.99%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.39

 K value IS 0.38

RGB Variations

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

Color information

#269D60 (or 0x269D60) is known color: Eucalyptus. HEX triplet: 26, 9D and 60. RGB value is (38,157,96). Sum of RGB (Red+Green+Blue) = 38+157+96=291 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.06% from 291); Green value is 157 (61.72% from 255 or 53.95% from 291); Blue value is 96 (37.89% from 255 or 32.99% from 291); Max value from RGB is 157 - color contains mainly: green. Hex color #269D60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269D60 is #D9629F. Grayscale: #727272. Windows color (decimal): -14246560 or 6331686. OLE color: 6331686.

HSL color Cylindrical-coordinate representation of color #269D60: hue angle of 149.24º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #269D60 is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.

Color convert

RGB 38 157 96 -
CMYK 0.76 0 0.39 0.38
HSL 149.24º 0.61% 0.38% -
HSV(B) 149.24º 0.76% 0.62% -
XYZ 14.97 25.37 15.17 -
YUV 114.47 117.58 73.46 -
System Red Green Blue C M Y K H S L
Decimal 38 157 96 0.76 0 0.39 0.38 149.24 0.61 0.38
Hex 26 9D 60 4C 0 27 26 95 3D 26
Octal 46 235 140 114 0 47 46 225 75 46
Binary 100110 10011101 1100000 1001100 0 100111 100110 10010101 111101 100110

Color Harmonies of #269D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269D60

Black with #269D60

Text Example


Text Example

White with #269D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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