Html Css Color HEX #228A46 Sea Green

📋 copy color: '#228A46'

red 34 ◦ green 138 ◦ blue 70

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

Shades of Sea Green #228A46

Tints of Sea Green #228A46

RGB

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

 GREEN value IS 138 (54.3% from 255) = 57.02%

 BLUE value IS 70 (27.73% from 255) = 28.93%

R = 14.05%
G = 57.02%
B = 28.93%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.49

 K value IS 0.46

RGB Variations

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

Color information

#228A46 (or 0x228A46) is known color: Sea Green. HEX triplet: 22, 8A and 46. RGB value is (34,138,70). Sum of RGB (Red+Green+Blue) = 34+138+70=242 (32% of max value = 765). Red value is 34 (13.67% from 255 or 14.05% from 242); Green value is 138 (54.30% from 255 or 57.02% from 242); Blue value is 70 (27.73% from 255 or 28.93% from 242); Max value from RGB is 138 - color contains mainly: green. Hex color #228A46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #228A46 is #DD75B9. Grayscale: #636363. Windows color (decimal): -14513594 or 4622882. OLE color: 4622882.

HSL color Cylindrical-coordinate representation of color #228A46: hue angle of 140.77º 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 #228A46 is Cyan = 0.75, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.46.

Color convert

RGB 34 138 70 -
CMYK 0.75 0 0.49 0.46
HSL 140.77º 0.6% 0.34% -
HSV(B) 140.77º 0.75% 0.54% -
XYZ 10.85 18.96 8.88 -
YUV 99.15 111.54 81.53 -
System Red Green Blue C M Y K H S L
Decimal 34 138 70 0.75 0 0.49 0.46 140.77 0.6 0.34
Hex 22 8A 46 4B 0 31 2E 8D 3C 22
Octal 42 212 106 113 0 61 56 215 74 42
Binary 100010 10001010 1000110 1001011 0 110001 101110 10001101 111100 100010

Color Harmonies of #228A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228A46

Black with #228A46

Text Example


Text Example

White with #228A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228A46; }

 p { color: rgb(34,138,70); }

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

background-color css

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

 a { background-color: rgb(34,138,70); }

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

border-color css

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

 span { border-color: rgb(34,138,70); }

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