Html Css Color HEX #295741 Green Pea

📋 copy color: '#295741'

red 41 ◦ green 87 ◦ blue 65

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

Shades of Green Pea #295741

Tints of Green Pea #295741

RGB

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

 GREEN value IS 87 (34.38% from 255) = 45.08%

 BLUE value IS 65 (25.78% from 255) = 33.68%

R = 21.24%
G = 45.08%
B = 33.68%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.25

 K value IS 0.66

RGB Variations

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

Color information

#295741 (or 0x295741) is known color: Green Pea. HEX triplet: 29, 57 and 41. RGB value is (41,87,65). Sum of RGB (Red+Green+Blue) = 41+87+65=193 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.24% from 193); Green value is 87 (34.38% from 255 or 45.08% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 87 - color contains mainly: green. Hex color #295741 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295741 is #D6A8BE. Grayscale: #464646. Windows color (decimal): -14067903 or 4282153. OLE color: 4282153.

HSL color Cylindrical-coordinate representation of color #295741: hue angle of 151.3º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #295741 is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.66.

Color convert

RGB 41 87 65 -
CMYK 0.53 0 0.25 0.66
HSL 151.3º 0.36% 0.25% -
HSV(B) 151.3º 0.53% 0.34% -
XYZ 5.28 7.67 6.2 -
YUV 70.74 124.76 106.79 -
System Red Green Blue C M Y K H S L
Decimal 41 87 65 0.53 0 0.25 0.66 151.3 0.36 0.25
Hex 29 57 41 35 0 19 42 97 24 19
Octal 51 127 101 65 0 31 102 227 44 31
Binary 101001 1010111 1000001 110101 0 11001 1000010 10010111 100100 11001

Color Harmonies of #295741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295741

Black with #295741

Text Example


Text Example

White with #295741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295741; }

 p { color: rgb(41,87,65); }

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

background-color css

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

 a { background-color: rgb(41,87,65); }

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

border-color css

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

 span { border-color: rgb(41,87,65); }

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