Html Css Color HEX #228261 Elf Green

📋 copy color: '#228261'

red 34 ◦ green 130 ◦ blue 97

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

Shades of Elf Green #228261

Tints of Elf Green #228261

RGB

 RED value IS 34 (13.67% from 255) = 13.03%

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

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

R = 13.03%
G = 49.81%
B = 37.16%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#228261 (or 0x228261) is known color: Elf Green. HEX triplet: 22, 82 and 61. RGB value is (34,130,97). Sum of RGB (Red+Green+Blue) = 34+130+97=261 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.03% from 261); Green value is 130 (51.17% from 255 or 49.81% from 261); Blue value is 97 (38.28% from 255 or 37.16% from 261); Max value from RGB is 130 - color contains mainly: green. Hex color #228261 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #228261 is #DD7D9E. Grayscale: #616161. Windows color (decimal): -14515615 or 6390306. OLE color: 6390306.

HSL color Cylindrical-coordinate representation of color #228261: hue angle of 159.38º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #228261 is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB 34 130 97 -
CMYK 0.74 0 0.25 0.49
HSL 159.38º 0.59% 0.32% -
HSV(B) 159.38º 0.74% 0.51% -
XYZ 10.8 17.17 14.05 -
YUV 97.53 127.7 82.68 -
System Red Green Blue C M Y K H S L
Decimal 34 130 97 0.74 0 0.25 0.49 159.38 0.59 0.32
Hex 22 82 61 4A 0 19 31 9F 3B 20
Octal 42 202 141 112 0 31 61 237 73 40
Binary 100010 10000010 1100001 1001010 0 11001 110001 10011111 111011 100000

Color Harmonies of #228261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228261

Black with #228261

Text Example


Text Example

White with #228261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228261; }

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

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

background-color css

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

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

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

border-color css

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

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

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