Html Css Color HEX #295E42 Green Pea

📋 copy color: '#295E42'

red 41 ◦ green 94 ◦ blue 66

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

Shades of Green Pea #295E42

Tints of Green Pea #295E42

RGB

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

 GREEN value IS 94 (37.11% from 255) = 46.77%

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

R = 20.4%
G = 46.77%
B = 32.84%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.30

 K value IS 0.63

RGB Variations

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

Color information

#295E42 (or 0x295E42) is known color: Green Pea. HEX triplet: 29, 5E and 42. RGB value is (41,94,66). Sum of RGB (Red+Green+Blue) = 41+94+66=201 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.40% from 201); Green value is 94 (37.11% from 255 or 46.77% from 201); Blue value is 66 (26.17% from 255 or 32.84% from 201); Max value from RGB is 94 - color contains mainly: green. Hex color #295E42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295E42 is #D6A1BD. Grayscale: #4B4B4B. Windows color (decimal): -14066110 or 4349481. OLE color: 4349481.

HSL color Cylindrical-coordinate representation of color #295E42: hue angle of 148.3º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #295E42 is Cyan = 0.56, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.63.

Color convert

RGB 41 94 66 -
CMYK 0.56 0 0.30 0.63
HSL 148.3º 0.39% 0.26% -
HSV(B) 148.3º 0.56% 0.37% -
XYZ 5.9 8.87 6.56 -
YUV 74.96 122.94 103.78 -
System Red Green Blue C M Y K H S L
Decimal 41 94 66 0.56 0 0.30 0.63 148.3 0.39 0.26
Hex 29 5E 42 38 0 1E 3F 94 27 1A
Octal 51 136 102 70 0 36 77 224 47 32
Binary 101001 1011110 1000010 111000 0 11110 111111 10010100 100111 11010

Color Harmonies of #295E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295E42

Black with #295E42

Text Example


Text Example

White with #295E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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