Html Css Color HEX #2A5430 Parsley

📋 copy color: '#2A5430'

red 42 ◦ green 84 ◦ blue 48

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

Shades of Parsley #2A5430

Tints of Parsley #2A5430

RGB

 RED value IS 42 (16.8% from 255) = 24.14%

 GREEN value IS 84 (33.2% from 255) = 48.28%

 BLUE value IS 48 (19.14% from 255) = 27.59%

R = 24.14%
G = 48.28%
B = 27.59%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#2A5430 (or 0x2A5430) is known color: Parsley. HEX triplet: 2A, 54 and 30. RGB value is (42,84,48). Sum of RGB (Red+Green+Blue) = 42+84+48=174 (23% of max value = 765). Red value is 42 (16.80% from 255 or 24.14% from 174); Green value is 84 (33.20% from 255 or 48.28% from 174); Blue value is 48 (19.14% from 255 or 27.59% from 174); Max value from RGB is 84 - color contains mainly: green. Hex color #2A5430 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5430 is #D5ABCF. Grayscale: #434343. Windows color (decimal): -14003152 or 3167274. OLE color: 3167274.

HSL color Cylindrical-coordinate representation of color #2A5430: hue angle of 128.57º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2A5430 is Cyan = 0.5, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.67.

Color convert

RGB 42 84 48 -
CMYK 0.5 0 0.43 0.67
HSL 128.57º 0.33% 0.25% -
HSV(B) 128.57º 0.5% 0.33% -
XYZ 4.66 7.05 3.91 -
YUV 67.34 117.09 109.93 -
System Red Green Blue C M Y K H S L
Decimal 42 84 48 0.5 0 0.43 0.67 128.57 0.33 0.25
Hex 2A 54 30 32 0 2B 43 81 21 19
Octal 52 124 60 62 0 53 103 201 41 31
Binary 101010 1010100 110000 110010 0 101011 1000011 10000001 100001 11001

Color Harmonies of #2A5430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5430

Black with #2A5430

Text Example


Text Example

White with #2A5430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A5430; }

 p { color: rgb(42,84,48); }

 H1.HeaderClassName
 {
   color: #2A5430;
 }
 .AnyTagClassName
 {
   color: #2A5430;
 }
</style>

background-color css

<style>
 a { background-color: #2A5430; }

 a { background-color: rgb(42,84,48); }

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

border-color css

<style>
 span { border-color: #2A5430; }

 span { border-color: rgb(42,84,48); }

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