Html Css Color HEX #269F5E Eucalyptus

📋 copy color: '#269F5E'

red 38 ◦ green 159 ◦ blue 94

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

Shades of Eucalyptus #269F5E

Tints of Eucalyptus #269F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 32.3%

R = 13.06%
G = 54.64%
B = 32.3%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#269F5E (or 0x269F5E) is known color: Eucalyptus. HEX triplet: 26, 9F and 5E. RGB value is (38,159,94). Sum of RGB (Red+Green+Blue) = 38+159+94=291 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.06% from 291); Green value is 159 (62.5% from 255 or 54.64% from 291); Blue value is 94 (37.11% from 255 or 32.30% from 291); Max value from RGB is 159 - color contains mainly: green. Hex color #269F5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269F5E is #D960A1. Grayscale: #737373. Windows color (decimal): -14246050 or 6201126. OLE color: 6201126.

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

Color convert

RGB 38 159 94 -
CMYK 0.76 0 0.41 0.38
HSL 147.77º 0.61% 0.39% -
HSV(B) 147.77º 0.76% 0.62% -
XYZ 15.22 26.02 14.81 -
YUV 115.41 115.91 72.79 -
System Red Green Blue C M Y K H S L
Decimal 38 159 94 0.76 0 0.41 0.38 147.77 0.61 0.39
Hex 26 9F 5E 4C 0 29 26 94 3D 27
Octal 46 237 136 114 0 51 46 224 75 47
Binary 100110 10011111 1011110 1001100 0 101001 100110 10010100 111101 100111

Color Harmonies of #269F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269F5E

Black with #269F5E

Text Example


Text Example

White with #269F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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