Html Css Color HEX #295F46 Green Pea

📋 copy color: '#295F46'

red 41 ◦ green 95 ◦ blue 70

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

Shades of Green Pea #295F46

Tints of Green Pea #295F46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 33.98%

R = 19.9%
G = 46.12%
B = 33.98%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.26

 K value IS 0.63

RGB Variations

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

Color information

#295F46 (or 0x295F46) is known color: Green Pea. HEX triplet: 29, 5F and 46. RGB value is (41,95,70). Sum of RGB (Red+Green+Blue) = 41+95+70=206 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.90% from 206); Green value is 95 (37.5% from 255 or 46.12% from 206); Blue value is 70 (27.73% from 255 or 33.98% from 206); Max value from RGB is 95 - color contains mainly: green. Hex color #295F46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295F46 is #D6A0B9. Grayscale: #4C4C4C. Windows color (decimal): -14065850 or 4611881. OLE color: 4611881.

HSL color Cylindrical-coordinate representation of color #295F46: hue angle of 152.22º 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 #295F46 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.63.

Color convert

RGB 41 95 70 -
CMYK 0.57 0 0.26 0.63
HSL 152.22º 0.4% 0.27% -
HSV(B) 152.22º 0.57% 0.37% -
XYZ 6.11 9.1 7.23 -
YUV 76 124.61 103.03 -
System Red Green Blue C M Y K H S L
Decimal 41 95 70 0.57 0 0.26 0.63 152.22 0.4 0.27
Hex 29 5F 46 39 0 1A 3F 98 28 1B
Octal 51 137 106 71 0 32 77 230 50 33
Binary 101001 1011111 1000110 111001 0 11010 111111 10011000 101000 11011

Color Harmonies of #295F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295F46

Black with #295F46

Text Example


Text Example

White with #295F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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