Html Css Color HEX #2A6048 Green Pea

📋 copy color: '#2A6048'

red 42 ◦ green 96 ◦ blue 72

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

Shades of Green Pea #2A6048

Tints of Green Pea #2A6048

RGB

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

 GREEN value IS 96 (37.89% from 255) = 45.71%

 BLUE value IS 72 (28.52% from 255) = 34.29%

R = 20%
G = 45.71%
B = 34.29%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#2A6048 (or 0x2A6048) is known color: Green Pea. HEX triplet: 2A, 60 and 48. RGB value is (42,96,72). Sum of RGB (Red+Green+Blue) = 42+96+72=210 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20% from 210); Green value is 96 (37.89% from 255 or 45.71% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 96 - color contains mainly: green. Hex color #2A6048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6048 is #D59FB7. Grayscale: #4D4D4D. Windows color (decimal): -14000056 or 4743210. OLE color: 4743210.

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

Color convert

RGB 42 96 72 -
CMYK 0.56 0 0.25 0.62
HSL 153.33º 0.39% 0.27% -
HSV(B) 153.33º 0.56% 0.38% -
XYZ 6.31 9.33 7.6 -
YUV 77.12 125.11 102.95 -
System Red Green Blue C M Y K H S L
Decimal 42 96 72 0.56 0 0.25 0.62 153.33 0.39 0.27
Hex 2A 60 48 38 0 19 3E 99 27 1B
Octal 52 140 110 70 0 31 76 231 47 33
Binary 101010 1100000 1001000 111000 0 11001 111110 10011001 100111 11011

Color Harmonies of #2A6048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A6048

Black with #2A6048

Text Example


Text Example

White with #2A6048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,96,72); }

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

background-color css

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

 a { background-color: rgb(42,96,72); }

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

border-color css

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

 span { border-color: rgb(42,96,72); }

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