Html Css Color HEX #269D61 Eucalyptus

📋 copy color: '#269D61'

red 38 ◦ green 157 ◦ blue 97

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

Shades of Eucalyptus #269D61

Tints of Eucalyptus #269D61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 33.22%

R = 13.01%
G = 53.77%
B = 33.22%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.38

 K value IS 0.38

RGB Variations

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

Color information

#269D61 (or 0x269D61) is known color: Eucalyptus. HEX triplet: 26, 9D and 61. RGB value is (38,157,97). Sum of RGB (Red+Green+Blue) = 38+157+97=292 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.01% from 292); Green value is 157 (61.72% from 255 or 53.77% from 292); Blue value is 97 (38.28% from 255 or 33.22% from 292); Max value from RGB is 157 - color contains mainly: green. Hex color #269D61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269D61 is #D9629E. Grayscale: #727272. Windows color (decimal): -14246559 or 6397222. OLE color: 6397222.

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

Color convert

RGB 38 157 97 -
CMYK 0.76 0 0.38 0.38
HSL 149.75º 0.61% 0.38% -
HSV(B) 149.75º 0.76% 0.62% -
XYZ 15.01 25.39 15.42 -
YUV 114.58 118.08 73.38 -
System Red Green Blue C M Y K H S L
Decimal 38 157 97 0.76 0 0.38 0.38 149.75 0.61 0.38
Hex 26 9D 61 4C 0 26 26 96 3D 26
Octal 46 235 141 114 0 46 46 226 75 46
Binary 100110 10011101 1100001 1001100 0 100110 100110 10010110 111101 100110

Color Harmonies of #269D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269D61

Black with #269D61

Text Example


Text Example

White with #269D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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