Html Css Color HEX #228481 Elm

📋 copy color: '#228481'

red 34 ◦ green 132 ◦ blue 129

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

Shades of Elm #228481

Tints of Elm #228481

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.75%

 BLUE value IS 129 (50.78% from 255) = 43.73%

R = 11.53%
G = 44.75%
B = 43.73%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#228481 (or 0x228481) is known color: Elm. HEX triplet: 22, 84 and 81. RGB value is (34,132,129). Sum of RGB (Red+Green+Blue) = 34+132+129=295 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.53% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 129 (50.78% from 255 or 43.73% from 295); Max value from RGB is 132 - color contains mainly: green. Hex color #228481 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228481 is #DD7B7E. Grayscale: #666666. Windows color (decimal): -14515071 or 8487970. OLE color: 8487970.

HSL color Cylindrical-coordinate representation of color #228481: hue angle of 178.16º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #228481 is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 34 132 129 -
CMYK 0.74 0 0.02 0.48
HSL 178.16º 0.59% 0.33% -
HSV(B) 178.16º 0.74% 0.52% -
XYZ 12.87 18.43 23.65 -
YUV 102.36 143.03 79.24 -
System Red Green Blue C M Y K H S L
Decimal 34 132 129 0.74 0 0.02 0.48 178.16 0.59 0.33
Hex 22 84 81 4A 0 2 30 B2 3B 21
Octal 42 204 201 112 0 2 60 262 73 41
Binary 100010 10000100 10000001 1001010 0 10 110000 10110010 111011 100001

Color Harmonies of #228481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228481

Black with #228481

Text Example


Text Example

White with #228481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228481; }

 p { color: rgb(34,132,129); }

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

background-color css

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

 a { background-color: rgb(34,132,129); }

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

border-color css

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

 span { border-color: rgb(34,132,129); }

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