Html Css Color HEX #26996F Elf Green

📋 copy color: '#26996F'

red 38 ◦ green 153 ◦ blue 111

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

Shades of Elf Green #26996F

Tints of Elf Green #26996F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.75%

R = 12.58%
G = 50.66%
B = 36.75%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#26996F (or 0x26996F) is known color: Elf Green. HEX triplet: 26, 99 and 6F. RGB value is (38,153,111). Sum of RGB (Red+Green+Blue) = 38+153+111=302 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.58% from 302); Green value is 153 (60.16% from 255 or 50.66% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 153 - color contains mainly: green. Hex color #26996F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26996F is #D96690. Grayscale: #717171. Windows color (decimal): -14247569 or 7313702. OLE color: 7313702.

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

Color convert

RGB 38 153 111 -
CMYK 0.75 0 0.27 0.4
HSL 158.09º 0.6% 0.37% -
HSV(B) 158.09º 0.75% 0.6% -
XYZ 15.06 24.34 18.94 -
YUV 113.83 126.4 73.92 -
System Red Green Blue C M Y K H S L
Decimal 38 153 111 0.75 0 0.27 0.4 158.09 0.6 0.37
Hex 26 99 6F 4B 0 1B 28 9E 3C 25
Octal 46 231 157 113 0 33 50 236 74 45
Binary 100110 10011001 1101111 1001011 0 11011 101000 10011110 111100 100101

Color Harmonies of #26996F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26996F

Black with #26996F

Text Example


Text Example

White with #26996F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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