Html Css Color HEX #228965 Elf Green

📋 copy color: '#228965'

red 34 ◦ green 137 ◦ blue 101

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

Shades of Elf Green #228965

Tints of Elf Green #228965

RGB

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

 GREEN value IS 137 (53.91% from 255) = 50.37%

 BLUE value IS 101 (39.84% from 255) = 37.13%

R = 12.5%
G = 50.37%
B = 37.13%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#228965 (or 0x228965) is known color: Elf Green. HEX triplet: 22, 89 and 65. RGB value is (34,137,101). Sum of RGB (Red+Green+Blue) = 34+137+101=272 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.5% from 272); Green value is 137 (53.91% from 255 or 50.37% from 272); Blue value is 101 (39.84% from 255 or 37.13% from 272); Max value from RGB is 137 - color contains mainly: green. Hex color #228965 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #228965 is #DD769A. Grayscale: #666666. Windows color (decimal): -14513819 or 6654242. OLE color: 6654242.

HSL color Cylindrical-coordinate representation of color #228965: hue angle of 159.03º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #228965 is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 34 137 101 -
CMYK 0.75 0 0.26 0.46
HSL 159.03º 0.6% 0.34% -
HSV(B) 159.03º 0.75% 0.54% -
XYZ 11.95 19.17 15.38 -
YUV 102.1 127.38 79.43 -
System Red Green Blue C M Y K H S L
Decimal 34 137 101 0.75 0 0.26 0.46 159.03 0.6 0.34
Hex 22 89 65 4B 0 1A 2E 9F 3C 22
Octal 42 211 145 113 0 32 56 237 74 42
Binary 100010 10001001 1100101 1001011 0 11010 101110 10011111 111100 100010

Color Harmonies of #228965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228965

Black with #228965

Text Example


Text Example

White with #228965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228965; }

 p { color: rgb(34,137,101); }

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

background-color css

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

 a { background-color: rgb(34,137,101); }

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

border-color css

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

 span { border-color: rgb(34,137,101); }

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