Html Css Color HEX #295A44 Green Pea

📋 copy color: '#295A44'

red 41 ◦ green 90 ◦ blue 68

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

Shades of Green Pea #295A44

Tints of Green Pea #295A44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 34.17%

R = 20.6%
G = 45.23%
B = 34.17%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.24

 K value IS 0.65

RGB Variations

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

Color information

#295A44 (or 0x295A44) is known color: Green Pea. HEX triplet: 29, 5A and 44. RGB value is (41,90,68). Sum of RGB (Red+Green+Blue) = 41+90+68=199 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.60% from 199); Green value is 90 (35.55% from 255 or 45.23% from 199); Blue value is 68 (26.95% from 255 or 34.17% from 199); Max value from RGB is 90 - color contains mainly: green. Hex color #295A44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295A44 is #D6A5BB. Grayscale: #484848. Windows color (decimal): -14067132 or 4479529. OLE color: 4479529.

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

Color convert

RGB 41 90 68 -
CMYK 0.54 0 0.24 0.65
HSL 153.06º 0.37% 0.26% -
HSV(B) 153.06º 0.54% 0.35% -
XYZ 5.61 8.2 6.76 -
YUV 72.84 125.27 105.29 -
System Red Green Blue C M Y K H S L
Decimal 41 90 68 0.54 0 0.24 0.65 153.06 0.37 0.26
Hex 29 5A 44 36 0 18 41 99 25 1A
Octal 51 132 104 66 0 30 101 231 45 32
Binary 101001 1011010 1000100 110110 0 11000 1000001 10011001 100101 11010

Color Harmonies of #295A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295A44

Black with #295A44

Text Example


Text Example

White with #295A44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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