Html Css Color HEX #225D2E Parsley

📋 copy color: '#225D2E'

red 34 ◦ green 93 ◦ blue 46

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

Shades of Parsley #225D2E

Tints of Parsley #225D2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 26.59%

R = 19.65%
G = 53.76%
B = 26.59%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.51

 K value IS 0.64

RGB Variations

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

Color information

#225D2E (or 0x225D2E) is known color: Parsley. HEX triplet: 22, 5D and 2E. RGB value is (34,93,46). Sum of RGB (Red+Green+Blue) = 34+93+46=173 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.65% from 173); Green value is 93 (36.72% from 255 or 53.76% from 173); Blue value is 46 (18.36% from 255 or 26.59% from 173); Max value from RGB is 93 - color contains mainly: green. Hex color #225D2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225D2E is #DDA2D1. Grayscale: #464646. Windows color (decimal): -14525138 or 3038498. OLE color: 3038498.

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

Color convert

RGB 34 93 46 -
CMYK 0.63 0 0.51 0.64
HSL 132.2º 0.46% 0.25% -
HSV(B) 132.2º 0.63% 0.36% -
XYZ 5.07 8.37 3.93 -
YUV 70 114.45 102.32 -
System Red Green Blue C M Y K H S L
Decimal 34 93 46 0.63 0 0.51 0.64 132.2 0.46 0.25
Hex 22 5D 2E 3F 0 33 40 84 2E 19
Octal 42 135 56 77 0 63 100 204 56 31
Binary 100010 1011101 101110 111111 0 110011 1000000 10000100 101110 11001

Color Harmonies of #225D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225D2E

Black with #225D2E

Text Example


Text Example

White with #225D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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