Html Css Color HEX #2B664C Green Pea

📋 copy color: '#2B664C'

red 43 ◦ green 102 ◦ blue 76

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

Shades of Green Pea #2B664C

Tints of Green Pea #2B664C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 46.15%

 BLUE value IS 76 (30.08% from 255) = 34.39%

R = 19.46%
G = 46.15%
B = 34.39%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.25

 K value IS 0.6

RGB Variations

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

Color information

#2B664C (or 0x2B664C) is known color: Green Pea. HEX triplet: 2B, 66 and 4C. RGB value is (43,102,76). Sum of RGB (Red+Green+Blue) = 43+102+76=221 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.46% from 221); Green value is 102 (40.23% from 255 or 46.15% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 102 - color contains mainly: green. Hex color #2B664C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B664C is #D499B3. Grayscale: #515151. Windows color (decimal): -13932980 or 5006891. OLE color: 5006891.

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

Color convert

RGB 43 102 76 -
CMYK 0.58 0 0.25 0.6
HSL 153.56º 0.41% 0.28% -
HSV(B) 153.56º 0.58% 0.4% -
XYZ 7.05 10.54 8.5 -
YUV 81.4 124.95 100.61 -
System Red Green Blue C M Y K H S L
Decimal 43 102 76 0.58 0 0.25 0.6 153.56 0.41 0.28
Hex 2B 66 4C 3A 0 19 3C 9A 29 1C
Octal 53 146 114 72 0 31 74 232 51 34
Binary 101011 1100110 1001100 111010 0 11001 111100 10011010 101001 11100

Color Harmonies of #2B664C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B664C

Black with #2B664C

Text Example


Text Example

White with #2B664C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,102,76); }

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

background-color css

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

 a { background-color: rgb(43,102,76); }

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

border-color css

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

 span { border-color: rgb(43,102,76); }

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