Html Css Color HEX #268261 Elf Green

📋 copy color: '#268261'

red 38 ◦ green 130 ◦ blue 97

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

Shades of Elf Green #268261

Tints of Elf Green #268261

RGB

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

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

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

R = 14.34%
G = 49.06%
B = 36.6%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#268261 (or 0x268261) is known color: Elf Green. HEX triplet: 26, 82 and 61. RGB value is (38,130,97). Sum of RGB (Red+Green+Blue) = 38+130+97=265 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.34% from 265); Green value is 130 (51.17% from 255 or 49.06% from 265); Blue value is 97 (38.28% from 255 or 36.60% from 265); Max value from RGB is 130 - color contains mainly: green. Hex color #268261 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268261 is #D97D9E. Grayscale: #626262. Windows color (decimal): -14253471 or 6390310. OLE color: 6390310.

HSL color Cylindrical-coordinate representation of color #268261: hue angle of 158.48º 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 #268261 is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB 38 130 97 -
CMYK 0.71 0 0.25 0.49
HSL 158.48º 0.55% 0.33% -
HSV(B) 158.48º 0.71% 0.51% -
XYZ 10.94 17.24 14.06 -
YUV 98.73 127.02 84.68 -
System Red Green Blue C M Y K H S L
Decimal 38 130 97 0.71 0 0.25 0.49 158.48 0.55 0.33
Hex 26 82 61 47 0 19 31 9E 37 21
Octal 46 202 141 107 0 31 61 236 67 41
Binary 100110 10000010 1100001 1000111 0 11001 110001 10011110 110111 100001

Color Harmonies of #268261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268261

Black with #268261

Text Example


Text Example

White with #268261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268261; }

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

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

background-color css

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

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

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

border-color css

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

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

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