Html Css Color HEX #2A633E Green Pea

📋 copy color: '#2A633E'

red 42 ◦ green 99 ◦ blue 62

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

Shades of Green Pea #2A633E

Tints of Green Pea #2A633E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 48.77%

 BLUE value IS 62 (24.61% from 255) = 30.54%

R = 20.69%
G = 48.77%
B = 30.54%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.37

 K value IS 0.61

RGB Variations

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

Color information

#2A633E (or 0x2A633E) is known color: Green Pea. HEX triplet: 2A, 63 and 3E. RGB value is (42,99,62). Sum of RGB (Red+Green+Blue) = 42+99+62=203 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.69% from 203); Green value is 99 (39.06% from 255 or 48.77% from 203); Blue value is 62 (24.61% from 255 or 30.54% from 203); Max value from RGB is 99 - color contains mainly: green. Hex color #2A633E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A633E is #D59CC1. Grayscale: #4D4D4D. Windows color (decimal): -13999298 or 4088618. OLE color: 4088618.

HSL color Cylindrical-coordinate representation of color #2A633E: hue angle of 141.05º degrees, saturation: 0.4, 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 #2A633E is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.61.

Color convert

RGB 42 99 62 -
CMYK 0.58 0 0.37 0.61
HSL 141.05º 0.4% 0.28% -
HSV(B) 141.05º 0.58% 0.39% -
XYZ 6.29 9.76 6.11 -
YUV 77.74 119.12 102.51 -
System Red Green Blue C M Y K H S L
Decimal 42 99 62 0.58 0 0.37 0.61 141.05 0.4 0.28
Hex 2A 63 3E 3A 0 25 3D 8D 28 1C
Octal 52 143 76 72 0 45 75 215 50 34
Binary 101010 1100011 111110 111010 0 100101 111101 10001101 101000 11100

Color Harmonies of #2A633E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A633E

Black with #2A633E

Text Example


Text Example

White with #2A633E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,99,62); }

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

background-color css

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

 a { background-color: rgb(42,99,62); }

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

border-color css

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

 span { border-color: rgb(42,99,62); }

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