Html Css Color HEX #295942 Green Pea

📋 copy color: '#295942'

red 41 ◦ green 89 ◦ blue 66

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

Shades of Green Pea #295942

Tints of Green Pea #295942

RGB

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

 GREEN value IS 89 (35.16% from 255) = 45.41%

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

R = 20.92%
G = 45.41%
B = 33.67%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#295942 (or 0x295942) is known color: Green Pea. HEX triplet: 29, 59 and 42. RGB value is (41,89,66). Sum of RGB (Red+Green+Blue) = 41+89+66=196 (25% of max value = 765). Red value is 41 (16.41% from 255 or 20.92% from 196); Green value is 89 (35.16% from 255 or 45.41% from 196); Blue value is 66 (26.17% from 255 or 33.67% from 196); Max value from RGB is 89 - color contains mainly: green. Hex color #295942 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295942 is #D6A6BD. Grayscale: #484848. Windows color (decimal): -14067390 or 4348201. OLE color: 4348201.

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

Color convert

RGB 41 89 66 -
CMYK 0.54 0 0.26 0.65
HSL 151.25º 0.37% 0.25% -
HSV(B) 151.25º 0.54% 0.35% -
XYZ 5.47 8.01 6.41 -
YUV 72.03 124.6 105.87 -
System Red Green Blue C M Y K H S L
Decimal 41 89 66 0.54 0 0.26 0.65 151.25 0.37 0.25
Hex 29 59 42 36 0 1A 41 97 25 19
Octal 51 131 102 66 0 32 101 227 45 31
Binary 101001 1011001 1000010 110110 0 11010 1000001 10010111 100101 11001

Color Harmonies of #295942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295942

Black with #295942

Text Example


Text Example

White with #295942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295942; }

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

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

background-color css

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

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

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

border-color css

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

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

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