Html Css Color HEX #296145 Green Pea

📋 copy color: '#296145'

red 41 ◦ green 97 ◦ blue 69

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

Shades of Green Pea #296145

Tints of Green Pea #296145

RGB

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

 GREEN value IS 97 (38.28% from 255) = 46.86%

 BLUE value IS 69 (27.34% from 255) = 33.33%

R = 19.81%
G = 46.86%
B = 33.33%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#296145 (or 0x296145) is known color: Green Pea. HEX triplet: 29, 61 and 45. RGB value is (41,97,69). Sum of RGB (Red+Green+Blue) = 41+97+69=207 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.81% from 207); Green value is 97 (38.28% from 255 or 46.86% from 207); Blue value is 69 (27.34% from 255 or 33.33% from 207); Max value from RGB is 97 - color contains mainly: green. Hex color #296145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296145 is #D69EBA. Grayscale: #4D4D4D. Windows color (decimal): -14065339 or 4546857. OLE color: 4546857.

HSL color Cylindrical-coordinate representation of color #296145: hue angle of 150º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #296145 is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB 41 97 69 -
CMYK 0.58 0 0.29 0.62
HSL 150º 0.41% 0.27% -
HSV(B) 150º 0.58% 0.38% -
XYZ 6.26 9.45 7.12 -
YUV 77.06 123.45 102.28 -
System Red Green Blue C M Y K H S L
Decimal 41 97 69 0.58 0 0.29 0.62 150 0.41 0.27
Hex 29 61 45 3A 0 1D 3E 96 29 1B
Octal 51 141 105 72 0 35 76 226 51 33
Binary 101001 1100001 1000101 111010 0 11101 111110 10010110 101001 11011

Color Harmonies of #296145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296145

Black with #296145

Text Example


Text Example

White with #296145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296145; }

 p { color: rgb(41,97,69); }

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

background-color css

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

 a { background-color: rgb(41,97,69); }

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

border-color css

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

 span { border-color: rgb(41,97,69); }

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