Html Css Color HEX #2A633D Green Pea

📋 copy color: '#2A633D'

red 42 ◦ green 99 ◦ blue 61

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

Shades of Green Pea #2A633D

Tints of Green Pea #2A633D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 30.2%

R = 20.79%
G = 49.01%
B = 30.2%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.38

 K value IS 0.61

RGB Variations

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

Color information

#2A633D (or 0x2A633D) is known color: Green Pea. HEX triplet: 2A, 63 and 3D. RGB value is (42,99,61). Sum of RGB (Red+Green+Blue) = 42+99+61=202 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.79% from 202); Green value is 99 (39.06% from 255 or 49.01% from 202); Blue value is 61 (24.22% from 255 or 30.20% from 202); Max value from RGB is 99 - color contains mainly: green. Hex color #2A633D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A633D is #D59CC2. Grayscale: #4D4D4D. Windows color (decimal): -13999299 or 4023082. OLE color: 4023082.

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

Color convert

RGB 42 99 61 -
CMYK 0.58 0 0.38 0.61
HSL 140º 0.4% 0.28% -
HSV(B) 140º 0.58% 0.39% -
XYZ 6.26 9.75 5.97 -
YUV 77.63 118.62 102.59 -
System Red Green Blue C M Y K H S L
Decimal 42 99 61 0.58 0 0.38 0.61 140 0.4 0.28
Hex 2A 63 3D 3A 0 26 3D 8C 28 1C
Octal 52 143 75 72 0 46 75 214 50 34
Binary 101010 1100011 111101 111010 0 100110 111101 10001100 101000 11100

Color Harmonies of #2A633D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A633D

Black with #2A633D

Text Example


Text Example

White with #2A633D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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