Html Css Color HEX #2A6B4D Green Pea

📋 copy color: '#2A6B4D'

red 42 ◦ green 107 ◦ blue 77

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

Shades of Green Pea #2A6B4D

Tints of Green Pea #2A6B4D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 47.35%

 BLUE value IS 77 (30.47% from 255) = 34.07%

R = 18.58%
G = 47.35%
B = 34.07%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.28

 K value IS 0.58

RGB Variations

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

Color information

#2A6B4D (or 0x2A6B4D) is known color: Green Pea. HEX triplet: 2A, 6B and 4D. RGB value is (42,107,77). Sum of RGB (Red+Green+Blue) = 42+107+77=226 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.58% from 226); Green value is 107 (42.19% from 255 or 47.35% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 107 - color contains mainly: green. Hex color #2A6B4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6B4D is #D594B2. Grayscale: #545454. Windows color (decimal): -13997235 or 5073706. OLE color: 5073706.

HSL color Cylindrical-coordinate representation of color #2A6B4D: hue angle of 152.31º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2A6B4D is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.58.

Color convert

RGB 42 107 77 -
CMYK 0.61 0 0.28 0.58
HSL 152.31º 0.44% 0.29% -
HSV(B) 152.31º 0.61% 0.42% -
XYZ 7.55 11.54 8.85 -
YUV 84.15 123.97 97.94 -
System Red Green Blue C M Y K H S L
Decimal 42 107 77 0.61 0 0.28 0.58 152.31 0.44 0.29
Hex 2A 6B 4D 3D 0 1C 3A 98 2C 1D
Octal 52 153 115 75 0 34 72 230 54 35
Binary 101010 1101011 1001101 111101 0 11100 111010 10011000 101100 11101

Color Harmonies of #2A6B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A6B4D

Black with #2A6B4D

Text Example


Text Example

White with #2A6B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,107,77); }

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

background-color css

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

 a { background-color: rgb(42,107,77); }

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

border-color css

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

 span { border-color: rgb(42,107,77); }

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