Html Css Color HEX #225A2B Parsley

📋 copy color: '#225A2B'

red 34 ◦ green 90 ◦ blue 43

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

Shades of Parsley #225A2B

Tints of Parsley #225A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 25.75%

R = 20.36%
G = 53.89%
B = 25.75%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#225A2B (or 0x225A2B) is known color: Parsley. HEX triplet: 22, 5A and 2B. RGB value is (34,90,43). Sum of RGB (Red+Green+Blue) = 34+90+43=167 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.36% from 167); Green value is 90 (35.55% from 255 or 53.89% from 167); Blue value is 43 (17.19% from 255 or 25.75% from 167); Max value from RGB is 90 - color contains mainly: green. Hex color #225A2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225A2B is #DDA5D4. Grayscale: #444444. Windows color (decimal): -14525909 or 2841122. OLE color: 2841122.

HSL color Cylindrical-coordinate representation of color #225A2B: hue angle of 129.64º 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 #225A2B is Cyan = 0.62, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB 34 90 43 -
CMYK 0.62 0 0.52 0.65
HSL 129.64º 0.45% 0.24% -
HSV(B) 129.64º 0.62% 0.35% -
XYZ 4.75 7.83 3.55 -
YUV 67.9 113.95 103.82 -
System Red Green Blue C M Y K H S L
Decimal 34 90 43 0.62 0 0.52 0.65 129.64 0.45 0.24
Hex 22 5A 2B 3E 0 34 41 82 2D 18
Octal 42 132 53 76 0 64 101 202 55 30
Binary 100010 1011010 101011 111110 0 110100 1000001 10000010 101101 11000

Color Harmonies of #225A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225A2B

Black with #225A2B

Text Example


Text Example

White with #225A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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