Html Css Color HEX #2A6231 Parsley

📋 copy color: '#2A6231'

red 42 ◦ green 98 ◦ blue 49

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

Shades of Parsley #2A6231

Tints of Parsley #2A6231

RGB

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

 GREEN value IS 98 (38.67% from 255) = 51.85%

 BLUE value IS 49 (19.53% from 255) = 25.93%

R = 22.22%
G = 51.85%
B = 25.93%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.5

 K value IS 0.62

RGB Variations

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

Color information

#2A6231 (or 0x2A6231) is known color: Parsley. HEX triplet: 2A, 62 and 31. RGB value is (42,98,49). Sum of RGB (Red+Green+Blue) = 42+98+49=189 (25% of max value = 765). Red value is 42 (16.80% from 255 or 22.22% from 189); Green value is 98 (38.67% from 255 or 51.85% from 189); Blue value is 49 (19.53% from 255 or 25.93% from 189); Max value from RGB is 98 - color contains mainly: green. Hex color #2A6231 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6231 is #D59DCE. Grayscale: #4B4B4B. Windows color (decimal): -13999567 or 3236394. OLE color: 3236394.

HSL color Cylindrical-coordinate representation of color #2A6231: hue angle of 127.5º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2A6231 is Cyan = 0.57, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.62.

Color convert

RGB 42 98 49 -
CMYK 0.57 0 0.5 0.62
HSL 127.5º 0.4% 0.27% -
HSV(B) 127.5º 0.57% 0.38% -
XYZ 5.88 9.45 4.42 -
YUV 75.67 112.95 103.98 -
System Red Green Blue C M Y K H S L
Decimal 42 98 49 0.57 0 0.5 0.62 127.5 0.4 0.27
Hex 2A 62 31 39 0 32 3E 80 28 1B
Octal 52 142 61 71 0 62 76 200 50 33
Binary 101010 1100010 110001 111001 0 110010 111110 10000000 101000 11011

Color Harmonies of #2A6231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A6231

Black with #2A6231

Text Example


Text Example

White with #2A6231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,98,49); }

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

background-color css

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

 a { background-color: rgb(42,98,49); }

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

border-color css

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

 span { border-color: rgb(42,98,49); }

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