Html Css Color HEX #268561 Elf Green

📋 copy color: '#268561'

red 38 ◦ green 133 ◦ blue 97

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

Shades of Elf Green #268561

Tints of Elf Green #268561

RGB

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

 GREEN value IS 133 (52.34% from 255) = 49.63%

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

R = 14.18%
G = 49.63%
B = 36.19%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#268561 (or 0x268561) is known color: Elf Green. HEX triplet: 26, 85 and 61. RGB value is (38,133,97). Sum of RGB (Red+Green+Blue) = 38+133+97=268 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.18% from 268); Green value is 133 (52.34% from 255 or 49.63% from 268); Blue value is 97 (38.28% from 255 or 36.19% from 268); Max value from RGB is 133 - color contains mainly: green. Hex color #268561 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268561 is #D97A9E. Grayscale: #646464. Windows color (decimal): -14252703 or 6391078. OLE color: 6391078.

HSL color Cylindrical-coordinate representation of color #268561: hue angle of 157.26º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #268561 is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB 38 133 97 -
CMYK 0.71 0 0.27 0.48
HSL 157.26º 0.56% 0.34% -
HSV(B) 157.26º 0.71% 0.52% -
XYZ 11.34 18.05 14.2 -
YUV 100.49 126.03 83.43 -
System Red Green Blue C M Y K H S L
Decimal 38 133 97 0.71 0 0.27 0.48 157.26 0.56 0.34
Hex 26 85 61 47 0 1B 30 9D 38 22
Octal 46 205 141 107 0 33 60 235 70 42
Binary 100110 10000101 1100001 1000111 0 11011 110000 10011101 111000 100010

Color Harmonies of #268561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268561

Black with #268561

Text Example


Text Example

White with #268561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268561; }

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

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

background-color css

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

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

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

border-color css

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

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

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