Html Css Color HEX #295A42 Green Pea

📋 copy color: '#295A42'

red 41 ◦ green 90 ◦ blue 66

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

Shades of Green Pea #295A42

Tints of Green Pea #295A42

RGB

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

 GREEN value IS 90 (35.55% from 255) = 45.69%

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

R = 20.81%
G = 45.69%
B = 33.5%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#295A42 (or 0x295A42) is known color: Green Pea. HEX triplet: 29, 5A and 42. RGB value is (41,90,66). Sum of RGB (Red+Green+Blue) = 41+90+66=197 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.81% from 197); Green value is 90 (35.55% from 255 or 45.69% from 197); Blue value is 66 (26.17% from 255 or 33.50% from 197); Max value from RGB is 90 - color contains mainly: green. Hex color #295A42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295A42 is #D6A5BD. Grayscale: #484848. Windows color (decimal): -14067134 or 4348457. OLE color: 4348457.

HSL color Cylindrical-coordinate representation of color #295A42: hue angle of 150.61º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #295A42 is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB 41 90 66 -
CMYK 0.54 0 0.27 0.65
HSL 150.61º 0.37% 0.26% -
HSV(B) 150.61º 0.54% 0.35% -
XYZ 5.55 8.18 6.44 -
YUV 72.61 124.27 105.45 -
System Red Green Blue C M Y K H S L
Decimal 41 90 66 0.54 0 0.27 0.65 150.61 0.37 0.26
Hex 29 5A 42 36 0 1B 41 97 25 1A
Octal 51 132 102 66 0 33 101 227 45 32
Binary 101001 1011010 1000010 110110 0 11011 1000001 10010111 100101 11010

Color Harmonies of #295A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295A42

Black with #295A42

Text Example


Text Example

White with #295A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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