Html Css Color HEX #296542 Green Pea

📋 copy color: '#296542'

red 41 ◦ green 101 ◦ blue 66

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

Shades of Green Pea #296542

Tints of Green Pea #296542

RGB

 RED value IS 41 (16.41% from 255) = 19.71%

 GREEN value IS 101 (39.84% from 255) = 48.56%

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

R = 19.71%
G = 48.56%
B = 31.73%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.35

 K value IS 0.60

RGB Variations

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

Color information

#296542 (or 0x296542) is known color: Green Pea. HEX triplet: 29, 65 and 42. RGB value is (41,101,66). Sum of RGB (Red+Green+Blue) = 41+101+66=208 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.71% from 208); Green value is 101 (39.84% from 255 or 48.56% from 208); Blue value is 66 (26.17% from 255 or 31.73% from 208); Max value from RGB is 101 - color contains mainly: green. Hex color #296542 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296542 is #D69ABD. Grayscale: #4F4F4F. Windows color (decimal): -14064318 or 4351273. OLE color: 4351273.

HSL color Cylindrical-coordinate representation of color #296542: hue angle of 145º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #296542 is Cyan = 0.59, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.60.

Color convert

RGB 41 101 66 -
CMYK 0.59 0 0.35 0.60
HSL 145º 0.42% 0.28% -
HSV(B) 145º 0.59% 0.4% -
XYZ 6.55 10.17 6.77 -
YUV 79.07 120.62 100.85 -
System Red Green Blue C M Y K H S L
Decimal 41 101 66 0.59 0 0.35 0.60 145 0.42 0.28
Hex 29 65 42 3B 0 23 3C 91 2A 1C
Octal 51 145 102 73 0 43 74 221 52 34
Binary 101001 1100101 1000010 111011 0 100011 111100 10010001 101010 11100

Color Harmonies of #296542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296542

Black with #296542

Text Example


Text Example

White with #296542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296542; }

 p { color: rgb(41,101,66); }

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

background-color css

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

 a { background-color: rgb(41,101,66); }

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

border-color css

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

 span { border-color: rgb(41,101,66); }

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