Html Css Color HEX #225C3C Green Pea

📋 copy color: '#225C3C'

red 34 ◦ green 92 ◦ blue 60

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

Shades of Green Pea #225C3C

Tints of Green Pea #225C3C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 49.46%

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

R = 18.28%
G = 49.46%
B = 32.26%

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

#225C3C (or 0x225C3C) is known color: Green Pea. HEX triplet: 22, 5C and 3C. RGB value is (34,92,60). Sum of RGB (Red+Green+Blue) = 34+92+60=186 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.28% from 186); Green value is 92 (36.33% from 255 or 49.46% from 186); Blue value is 60 (23.83% from 255 or 32.26% from 186); Max value from RGB is 92 - color contains mainly: green. Hex color #225C3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225C3C is #DDA3C3. Grayscale: #474747. Windows color (decimal): -14525380 or 3955746. OLE color: 3955746.

HSL color Cylindrical-coordinate representation of color #225C3C: hue angle of 146.9º 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 #225C3C is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.64.

Color convert

RGB 34 92 60 -
CMYK 0.63 0 0.35 0.64
HSL 146.9º 0.46% 0.25% -
HSV(B) 146.9º 0.63% 0.36% -
XYZ 5.3 8.32 5.6 -
YUV 71.01 121.78 101.6 -
System Red Green Blue C M Y K H S L
Decimal 34 92 60 0.63 0 0.35 0.64 146.9 0.46 0.25
Hex 22 5C 3C 3F 0 23 40 93 2E 19
Octal 42 134 74 77 0 43 100 223 56 31
Binary 100010 1011100 111100 111111 0 100011 1000000 10010011 101110 11001

Color Harmonies of #225C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225C3C

Black with #225C3C

Text Example


Text Example

White with #225C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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