Html Css Color HEX #2A5D3C Green Pea

📋 copy color: '#2A5D3C'

red 42 ◦ green 93 ◦ blue 60

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

Shades of Green Pea #2A5D3C

Tints of Green Pea #2A5D3C

RGB

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

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

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

R = 21.54%
G = 47.69%
B = 30.77%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.35

 K value IS 0.64

RGB Variations

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

Color information

#2A5D3C (or 0x2A5D3C) is known color: Green Pea. HEX triplet: 2A, 5D and 3C. RGB value is (42,93,60). Sum of RGB (Red+Green+Blue) = 42+93+60=195 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.54% from 195); Green value is 93 (36.72% from 255 or 47.69% from 195); Blue value is 60 (23.83% from 255 or 30.77% from 195); Max value from RGB is 93 - color contains mainly: green. Hex color #2A5D3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5D3C is #D5A2C3. Grayscale: #4A4A4A. Windows color (decimal): -14000836 or 3956010. OLE color: 3956010.

HSL color Cylindrical-coordinate representation of color #2A5D3C: hue angle of 141.18º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2A5D3C is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.64.

Color convert

RGB 42 93 60 -
CMYK 0.55 0 0.35 0.64
HSL 141.18º 0.38% 0.26% -
HSV(B) 141.18º 0.55% 0.36% -
XYZ 5.68 8.65 5.64 -
YUV 73.99 120.1 105.18 -
System Red Green Blue C M Y K H S L
Decimal 42 93 60 0.55 0 0.35 0.64 141.18 0.38 0.26
Hex 2A 5D 3C 37 0 23 40 8D 26 1A
Octal 52 135 74 67 0 43 100 215 46 32
Binary 101010 1011101 111100 110111 0 100011 1000000 10001101 100110 11010

Color Harmonies of #2A5D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5D3C

Black with #2A5D3C

Text Example


Text Example

White with #2A5D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,93,60); }

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

background-color css

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

 a { background-color: rgb(42,93,60); }

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

border-color css

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

 span { border-color: rgb(42,93,60); }

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