Html Css Color HEX #2B634A Green Pea

📋 copy color: '#2B634A'

red 43 ◦ green 99 ◦ blue 74

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

Shades of Green Pea #2B634A

Tints of Green Pea #2B634A

RGB

 RED value IS 43 (17.19% from 255) = 19.91%

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

 BLUE value IS 74 (29.3% from 255) = 34.26%

R = 19.91%
G = 45.83%
B = 34.26%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.25

 K value IS 0.61

RGB Variations

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

Color information

#2B634A (or 0x2B634A) is known color: Green Pea. HEX triplet: 2B, 63 and 4A. RGB value is (43,99,74). Sum of RGB (Red+Green+Blue) = 43+99+74=216 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.91% from 216); Green value is 99 (39.06% from 255 or 45.83% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 99 - color contains mainly: green. Hex color #2B634A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B634A is #D49CB5. Grayscale: #4F4F4F. Windows color (decimal): -13933750 or 4875051. OLE color: 4875051.

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

Color convert

RGB 43 99 74 -
CMYK 0.57 0 0.25 0.61
HSL 153.21º 0.39% 0.28% -
HSV(B) 153.21º 0.57% 0.39% -
XYZ 6.69 9.93 8.04 -
YUV 79.41 124.95 102.03 -
System Red Green Blue C M Y K H S L
Decimal 43 99 74 0.57 0 0.25 0.61 153.21 0.39 0.28
Hex 2B 63 4A 39 0 19 3D 99 27 1C
Octal 53 143 112 71 0 31 75 231 47 34
Binary 101011 1100011 1001010 111001 0 11001 111101 10011001 100111 11100

Color Harmonies of #2B634A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B634A

Black with #2B634A

Text Example


Text Example

White with #2B634A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,99,74); }

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

background-color css

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

 a { background-color: rgb(43,99,74); }

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

border-color css

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

 span { border-color: rgb(43,99,74); }

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