Html Css Color HEX #2A6E4B Green Pea

📋 copy color: '#2A6E4B'

red 42 ◦ green 110 ◦ blue 75

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

Shades of Green Pea #2A6E4B

Tints of Green Pea #2A6E4B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 48.46%

 BLUE value IS 75 (29.69% from 255) = 33.04%

R = 18.5%
G = 48.46%
B = 33.04%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.32

 K value IS 0.57

RGB Variations

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

Color information

#2A6E4B (or 0x2A6E4B) is known color: Green Pea. HEX triplet: 2A, 6E and 4B. RGB value is (42,110,75). Sum of RGB (Red+Green+Blue) = 42+110+75=227 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.50% from 227); Green value is 110 (43.36% from 255 or 48.46% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 110 - color contains mainly: green. Hex color #2A6E4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6E4B is #D591B4. Grayscale: #555555. Windows color (decimal): -13996469 or 4943402. OLE color: 4943402.

HSL color Cylindrical-coordinate representation of color #2A6E4B: hue angle of 149.12º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2A6E4B is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.57.

Color convert

RGB 42 110 75 -
CMYK 0.62 0 0.32 0.57
HSL 149.12º 0.45% 0.3% -
HSV(B) 149.12º 0.62% 0.43% -
XYZ 7.8 12.15 8.59 -
YUV 85.68 121.97 96.85 -
System Red Green Blue C M Y K H S L
Decimal 42 110 75 0.62 0 0.32 0.57 149.12 0.45 0.3
Hex 2A 6E 4B 3E 0 20 39 95 2D 1E
Octal 52 156 113 76 0 40 71 225 55 36
Binary 101010 1101110 1001011 111110 0 100000 111001 10010101 101101 11110

Color Harmonies of #2A6E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A6E4B

Black with #2A6E4B

Text Example


Text Example

White with #2A6E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,110,75); }

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

background-color css

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

 a { background-color: rgb(42,110,75); }

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

border-color css

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

 span { border-color: rgb(42,110,75); }

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