Html Css Color HEX #2A6443 Green Pea

📋 copy color: '#2A6443'

red 42 ◦ green 100 ◦ blue 67

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

Shades of Green Pea #2A6443

Tints of Green Pea #2A6443

RGB

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

 GREEN value IS 100 (39.45% from 255) = 47.85%

 BLUE value IS 67 (26.56% from 255) = 32.06%

R = 20.1%
G = 47.85%
B = 32.06%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.33

 K value IS 0.61

RGB Variations

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

Color information

#2A6443 (or 0x2A6443) is known color: Green Pea. HEX triplet: 2A, 64 and 43. RGB value is (42,100,67). Sum of RGB (Red+Green+Blue) = 42+100+67=209 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.10% from 209); Green value is 100 (39.45% from 255 or 47.85% from 209); Blue value is 67 (26.56% from 255 or 32.06% from 209); Max value from RGB is 100 - color contains mainly: green. Hex color #2A6443 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6443 is #D59BBC. Grayscale: #4E4E4E. Windows color (decimal): -13999037 or 4416554. OLE color: 4416554.

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

Color convert

RGB 42 100 67 -
CMYK 0.58 0 0.33 0.61
HSL 145.86º 0.41% 0.28% -
HSV(B) 145.86º 0.58% 0.39% -
XYZ 6.53 10.01 6.9 -
YUV 78.9 121.28 101.68 -
System Red Green Blue C M Y K H S L
Decimal 42 100 67 0.58 0 0.33 0.61 145.86 0.41 0.28
Hex 2A 64 43 3A 0 21 3D 92 29 1C
Octal 52 144 103 72 0 41 75 222 51 34
Binary 101010 1100100 1000011 111010 0 100001 111101 10010010 101001 11100

Color Harmonies of #2A6443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A6443

Black with #2A6443

Text Example


Text Example

White with #2A6443

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,100,67); }

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

background-color css

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

 a { background-color: rgb(42,100,67); }

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

border-color css

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

 span { border-color: rgb(42,100,67); }

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