Html Css Color HEX #26825F Elf Green

📋 copy color: '#26825F'

red 38 ◦ green 130 ◦ blue 95

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

Shades of Elf Green #26825F

Tints of Elf Green #26825F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 49.43%

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

R = 14.45%
G = 49.43%
B = 36.12%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#26825F (or 0x26825F) is known color: Elf Green. HEX triplet: 26, 82 and 5F. RGB value is (38,130,95). Sum of RGB (Red+Green+Blue) = 38+130+95=263 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.45% from 263); Green value is 130 (51.17% from 255 or 49.43% from 263); Blue value is 95 (37.5% from 255 or 36.12% from 263); Max value from RGB is 130 - color contains mainly: green. Hex color #26825F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26825F is #D97DA0. Grayscale: #626262. Windows color (decimal): -14253473 or 6259238. OLE color: 6259238.

HSL color Cylindrical-coordinate representation of color #26825F: hue angle of 157.17º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #26825F is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 38 130 95 -
CMYK 0.71 0 0.27 0.49
HSL 157.17º 0.55% 0.33% -
HSV(B) 157.17º 0.71% 0.51% -
XYZ 10.85 17.2 13.58 -
YUV 98.5 126.02 84.85 -
System Red Green Blue C M Y K H S L
Decimal 38 130 95 0.71 0 0.27 0.49 157.17 0.55 0.33
Hex 26 82 5F 47 0 1B 31 9D 37 21
Octal 46 202 137 107 0 33 61 235 67 41
Binary 100110 10000010 1011111 1000111 0 11011 110001 10011101 110111 100001

Color Harmonies of #26825F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26825F

Black with #26825F

Text Example


Text Example

White with #26825F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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