Html Css Color HEX #295A46 Green Pea

📋 copy color: '#295A46'

red 41 ◦ green 90 ◦ blue 70

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

Shades of Green Pea #295A46

Tints of Green Pea #295A46

RGB

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

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

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

R = 20.4%
G = 44.78%
B = 34.83%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#295A46 (or 0x295A46) is known color: Green Pea. HEX triplet: 29, 5A and 46. RGB value is (41,90,70). Sum of RGB (Red+Green+Blue) = 41+90+70=201 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.40% from 201); Green value is 90 (35.55% from 255 or 44.78% from 201); Blue value is 70 (27.73% from 255 or 34.83% from 201); Max value from RGB is 90 - color contains mainly: green. Hex color #295A46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295A46 is #D6A5B9. Grayscale: #494949. Windows color (decimal): -14067130 or 4610601. OLE color: 4610601.

HSL color Cylindrical-coordinate representation of color #295A46: hue angle of 155.51º 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 #295A46 is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB 41 90 70 -
CMYK 0.54 0 0.22 0.65
HSL 155.51º 0.37% 0.26% -
HSV(B) 155.51º 0.54% 0.35% -
XYZ 5.68 8.23 7.08 -
YUV 73.07 126.27 105.13 -
System Red Green Blue C M Y K H S L
Decimal 41 90 70 0.54 0 0.22 0.65 155.51 0.37 0.26
Hex 29 5A 46 36 0 16 41 9C 25 1A
Octal 51 132 106 66 0 26 101 234 45 32
Binary 101001 1011010 1000110 110110 0 10110 1000001 10011100 100101 11010

Color Harmonies of #295A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295A46

Black with #295A46

Text Example


Text Example

White with #295A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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