Html Css Color HEX #228581 Elm

📋 copy color: '#228581'

red 34 ◦ green 133 ◦ blue 129

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

Shades of Elm #228581

Tints of Elm #228581

RGB

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

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

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

R = 11.49%
G = 44.93%
B = 43.58%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#228581 (or 0x228581) is known color: Elm. HEX triplet: 22, 85 and 81. RGB value is (34,133,129). Sum of RGB (Red+Green+Blue) = 34+133+129=296 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.49% from 296); Green value is 133 (52.34% from 255 or 44.93% from 296); Blue value is 129 (50.78% from 255 or 43.58% from 296); Max value from RGB is 133 - color contains mainly: green. Hex color #228581 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228581 is #DD7A7E. Grayscale: #666666. Windows color (decimal): -14514815 or 8488226. OLE color: 8488226.

HSL color Cylindrical-coordinate representation of color #228581: hue angle of 177.58º 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 #228581 is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB 34 133 129 -
CMYK 0.74 0 0.03 0.48
HSL 177.58º 0.59% 0.33% -
HSV(B) 177.58º 0.74% 0.52% -
XYZ 13.01 18.7 23.69 -
YUV 102.94 142.7 78.83 -
System Red Green Blue C M Y K H S L
Decimal 34 133 129 0.74 0 0.03 0.48 177.58 0.59 0.33
Hex 22 85 81 4A 0 3 30 B2 3B 21
Octal 42 205 201 112 0 3 60 262 73 41
Binary 100010 10000101 10000001 1001010 0 11 110000 10110010 111011 100001

Color Harmonies of #228581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228581

Black with #228581

Text Example


Text Example

White with #228581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228581; }

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

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

background-color css

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

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

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

border-color css

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

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

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