Html Css Color HEX #225A41 Green Pea

📋 copy color: '#225A41'

red 34 ◦ green 90 ◦ blue 65

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

Shades of Green Pea #225A41

Tints of Green Pea #225A41

RGB

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

 GREEN value IS 90 (35.55% from 255) = 47.62%

 BLUE value IS 65 (25.78% from 255) = 34.39%

R = 17.99%
G = 47.62%
B = 34.39%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#225A41 (or 0x225A41) is known color: Green Pea. HEX triplet: 22, 5A and 41. RGB value is (34,90,65). Sum of RGB (Red+Green+Blue) = 34+90+65=189 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.99% from 189); Green value is 90 (35.55% from 255 or 47.62% from 189); Blue value is 65 (25.78% from 255 or 34.39% from 189); Max value from RGB is 90 - color contains mainly: green. Hex color #225A41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225A41 is #DDA5BE. Grayscale: #464646. Windows color (decimal): -14525887 or 4282914. OLE color: 4282914.

HSL color Cylindrical-coordinate representation of color #225A41: hue angle of 153.21º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #225A41 is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB 34 90 65 -
CMYK 0.62 0 0.28 0.65
HSL 153.21º 0.45% 0.24% -
HSV(B) 153.21º 0.62% 0.35% -
XYZ 5.27 8.03 6.27 -
YUV 70.41 124.95 102.03 -
System Red Green Blue C M Y K H S L
Decimal 34 90 65 0.62 0 0.28 0.65 153.21 0.45 0.24
Hex 22 5A 41 3E 0 1C 41 99 2D 18
Octal 42 132 101 76 0 34 101 231 55 30
Binary 100010 1011010 1000001 111110 0 11100 1000001 10011001 101101 11000

Color Harmonies of #225A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225A41

Black with #225A41

Text Example


Text Example

White with #225A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225A41; }

 p { color: rgb(34,90,65); }

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

background-color css

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

 a { background-color: rgb(34,90,65); }

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

border-color css

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

 span { border-color: rgb(34,90,65); }

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