Html Css Color HEX #295C45 Green Pea

📋 copy color: '#295C45'

red 41 ◦ green 92 ◦ blue 69

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

Shades of Green Pea #295C45

Tints of Green Pea #295C45

RGB

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

 GREEN value IS 92 (36.33% from 255) = 45.54%

 BLUE value IS 69 (27.34% from 255) = 34.16%

R = 20.3%
G = 45.54%
B = 34.16%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.25

 K value IS 0.64

RGB Variations

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

Color information

#295C45 (or 0x295C45) is known color: Green Pea. HEX triplet: 29, 5C and 45. RGB value is (41,92,69). Sum of RGB (Red+Green+Blue) = 41+92+69=202 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.30% from 202); Green value is 92 (36.33% from 255 or 45.54% from 202); Blue value is 69 (27.34% from 255 or 34.16% from 202); Max value from RGB is 92 - color contains mainly: green. Hex color #295C45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295C45 is #D6A3BA. Grayscale: #4A4A4A. Windows color (decimal): -14066619 or 4545577. OLE color: 4545577.

HSL color Cylindrical-coordinate representation of color #295C45: hue angle of 152.94º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #295C45 is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.

Color convert

RGB 41 92 69 -
CMYK 0.55 0 0.25 0.64
HSL 152.94º 0.38% 0.26% -
HSV(B) 152.94º 0.55% 0.36% -
XYZ 5.82 8.56 6.98 -
YUV 74.13 125.1 104.37 -
System Red Green Blue C M Y K H S L
Decimal 41 92 69 0.55 0 0.25 0.64 152.94 0.38 0.26
Hex 29 5C 45 37 0 19 40 99 26 1A
Octal 51 134 105 67 0 31 100 231 46 32
Binary 101001 1011100 1000101 110111 0 11001 1000000 10011001 100110 11010

Color Harmonies of #295C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295C45

Black with #295C45

Text Example


Text Example

White with #295C45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,92,69); }

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

background-color css

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

 a { background-color: rgb(41,92,69); }

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

border-color css

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

 span { border-color: rgb(41,92,69); }

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