Html Css Color HEX #26995F Eucalyptus

📋 copy color: '#26995F'

red 38 ◦ green 153 ◦ blue 95

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

Shades of Eucalyptus #26995F

Tints of Eucalyptus #26995F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 53.5%

 BLUE value IS 95 (37.5% from 255) = 33.22%

R = 13.29%
G = 53.5%
B = 33.22%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.38

 K value IS 0.4

RGB Variations

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

Color information

#26995F (or 0x26995F) is known color: Eucalyptus. HEX triplet: 26, 99 and 5F. RGB value is (38,153,95). Sum of RGB (Red+Green+Blue) = 38+153+95=286 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.29% from 286); Green value is 153 (60.16% from 255 or 53.50% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 153 - color contains mainly: green. Hex color #26995F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26995F is #D966A0. Grayscale: #707070. Windows color (decimal): -14247585 or 6265126. OLE color: 6265126.

HSL color Cylindrical-coordinate representation of color #26995F: hue angle of 149.74º 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 #26995F is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB 38 153 95 -
CMYK 0.75 0 0.38 0.4
HSL 149.74º 0.6% 0.37% -
HSV(B) 149.74º 0.75% 0.6% -
XYZ 14.26 24.02 14.71 -
YUV 112 118.4 75.22 -
System Red Green Blue C M Y K H S L
Decimal 38 153 95 0.75 0 0.38 0.4 149.74 0.6 0.37
Hex 26 99 5F 4B 0 26 28 96 3C 25
Octal 46 231 137 113 0 46 50 226 74 45
Binary 100110 10011001 1011111 1001011 0 100110 101000 10010110 111100 100101

Color Harmonies of #26995F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26995F

Black with #26995F

Text Example


Text Example

White with #26995F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26995F; }

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

 H1.HeaderClassName
 {
   color: #26995F;
 }
 .AnyTagClassName
 {
   color: #26995F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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