Html Css Color HEX #2B5C42 Green Pea

📋 copy color: '#2B5C42'

red 43 ◦ green 92 ◦ blue 66

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

Shades of Green Pea #2B5C42

Tints of Green Pea #2B5C42

RGB

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

 GREEN value IS 92 (36.33% from 255) = 45.77%

 BLUE value IS 66 (26.17% from 255) = 32.84%

R = 21.39%
G = 45.77%
B = 32.84%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.28

 K value IS 0.64

RGB Variations

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

Color information

#2B5C42 (or 0x2B5C42) is known color: Green Pea. HEX triplet: 2B, 5C and 42. RGB value is (43,92,66). Sum of RGB (Red+Green+Blue) = 43+92+66=201 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.39% from 201); Green value is 92 (36.33% from 255 or 45.77% from 201); Blue value is 66 (26.17% from 255 or 32.84% from 201); Max value from RGB is 92 - color contains mainly: green. Hex color #2B5C42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5C42 is #D4A3BD. Grayscale: #4A4A4A. Windows color (decimal): -13935550 or 4348971. OLE color: 4348971.

HSL color Cylindrical-coordinate representation of color #2B5C42: hue angle of 148.16º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2B5C42 is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.64.

Color convert

RGB 43 92 66 -
CMYK 0.53 0 0.28 0.64
HSL 148.16º 0.36% 0.26% -
HSV(B) 148.16º 0.53% 0.36% -
XYZ 5.81 8.56 6.5 -
YUV 74.39 123.27 105.61 -
System Red Green Blue C M Y K H S L
Decimal 43 92 66 0.53 0 0.28 0.64 148.16 0.36 0.26
Hex 2B 5C 42 35 0 1C 40 94 24 1A
Octal 53 134 102 65 0 34 100 224 44 32
Binary 101011 1011100 1000010 110101 0 11100 1000000 10010100 100100 11010

Color Harmonies of #2B5C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5C42

Black with #2B5C42

Text Example


Text Example

White with #2B5C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,92,66); }

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

background-color css

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

 a { background-color: rgb(43,92,66); }

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

border-color css

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

 span { border-color: rgb(43,92,66); }

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