Html Css Color HEX #295F45 Green Pea

📋 copy color: '#295F45'

red 41 ◦ green 95 ◦ blue 69

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

Shades of Green Pea #295F45

Tints of Green Pea #295F45

RGB

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

 GREEN value IS 95 (37.5% from 255) = 46.34%

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

R = 20%
G = 46.34%
B = 33.66%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.27

 K value IS 0.63

RGB Variations

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

Color information

#295F45 (or 0x295F45) is known color: Green Pea. HEX triplet: 29, 5F and 45. RGB value is (41,95,69). Sum of RGB (Red+Green+Blue) = 41+95+69=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 95 (37.5% from 255 or 46.34% from 205); Blue value is 69 (27.34% from 255 or 33.66% from 205); Max value from RGB is 95 - color contains mainly: green. Hex color #295F45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295F45 is #D6A0BA. Grayscale: #4B4B4B. Windows color (decimal): -14065851 or 4546345. OLE color: 4546345.

HSL color Cylindrical-coordinate representation of color #295F45: hue angle of 151.11º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #295F45 is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.63.

Color convert

RGB 41 95 69 -
CMYK 0.57 0 0.27 0.63
HSL 151.11º 0.4% 0.27% -
HSV(B) 151.11º 0.57% 0.37% -
XYZ 6.08 9.09 7.06 -
YUV 75.89 124.11 103.11 -
System Red Green Blue C M Y K H S L
Decimal 41 95 69 0.57 0 0.27 0.63 151.11 0.4 0.27
Hex 29 5F 45 39 0 1B 3F 97 28 1B
Octal 51 137 105 71 0 33 77 227 50 33
Binary 101001 1011111 1000101 111001 0 11011 111111 10010111 101000 11011

Color Harmonies of #295F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295F45

Black with #295F45

Text Example


Text Example

White with #295F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295F45; }

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

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

background-color css

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

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

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

border-color css

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

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

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