Html Css Color HEX #225D3C Green Pea

📋 copy color: '#225D3C'

red 34 ◦ green 93 ◦ blue 60

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

Shades of Green Pea #225D3C

Tints of Green Pea #225D3C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 49.73%

 BLUE value IS 60 (23.83% from 255) = 32.09%

R = 18.18%
G = 49.73%
B = 32.09%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.35

 K value IS 0.64

RGB Variations

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

Color information

#225D3C (or 0x225D3C) is known color: Green Pea. HEX triplet: 22, 5D and 3C. RGB value is (34,93,60). Sum of RGB (Red+Green+Blue) = 34+93+60=187 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.18% from 187); Green value is 93 (36.72% from 255 or 49.73% from 187); Blue value is 60 (23.83% from 255 or 32.09% from 187); Max value from RGB is 93 - color contains mainly: green. Hex color #225D3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225D3C is #DDA2C3. Grayscale: #474747. Windows color (decimal): -14525124 or 3956002. OLE color: 3956002.

HSL color Cylindrical-coordinate representation of color #225D3C: hue angle of 146.44º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #225D3C is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.64.

Color convert

RGB 34 93 60 -
CMYK 0.63 0 0.35 0.64
HSL 146.44º 0.46% 0.25% -
HSV(B) 146.44º 0.63% 0.36% -
XYZ 5.39 8.5 5.63 -
YUV 71.6 121.45 101.18 -
System Red Green Blue C M Y K H S L
Decimal 34 93 60 0.63 0 0.35 0.64 146.44 0.46 0.25
Hex 22 5D 3C 3F 0 23 40 92 2E 19
Octal 42 135 74 77 0 43 100 222 56 31
Binary 100010 1011101 111100 111111 0 100011 1000000 10010010 101110 11001

Color Harmonies of #225D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225D3C

Black with #225D3C

Text Example


Text Example

White with #225D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,93,60); }

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

background-color css

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

 a { background-color: rgb(34,93,60); }

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

border-color css

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

 span { border-color: rgb(34,93,60); }

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