Html Css Color HEX #228675 Elf Green

📋 copy color: '#228675'

red 34 ◦ green 134 ◦ blue 117

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

Shades of Elf Green #228675

Tints of Elf Green #228675

RGB

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

 GREEN value IS 134 (52.73% from 255) = 47.02%

 BLUE value IS 117 (46.09% from 255) = 41.05%

R = 11.93%
G = 47.02%
B = 41.05%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#228675 (or 0x228675) is known color: Elf Green. HEX triplet: 22, 86 and 75. RGB value is (34,134,117). Sum of RGB (Red+Green+Blue) = 34+134+117=285 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.93% from 285); Green value is 134 (52.73% from 255 or 47.02% from 285); Blue value is 117 (46.09% from 255 or 41.05% from 285); Max value from RGB is 134 - color contains mainly: green. Hex color #228675 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #228675 is #DD798A. Grayscale: #666666. Windows color (decimal): -14514571 or 7702050. OLE color: 7702050.

HSL color Cylindrical-coordinate representation of color #228675: hue angle of 169.8º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #228675 is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 34 134 117 -
CMYK 0.75 0 0.13 0.47
HSL 169.8º 0.6% 0.33% -
HSV(B) 169.8º 0.75% 0.53% -
XYZ 12.4 18.67 19.78 -
YUV 102.16 136.37 79.38 -
System Red Green Blue C M Y K H S L
Decimal 34 134 117 0.75 0 0.13 0.47 169.8 0.6 0.33
Hex 22 86 75 4B 0 D 2F AA 3C 21
Octal 42 206 165 113 0 15 57 252 74 41
Binary 100010 10000110 1110101 1001011 0 1101 101111 10101010 111100 100001

Color Harmonies of #228675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228675

Black with #228675

Text Example


Text Example

White with #228675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228675; }

 p { color: rgb(34,134,117); }

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

background-color css

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

 a { background-color: rgb(34,134,117); }

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

border-color css

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

 span { border-color: rgb(34,134,117); }

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