Html Css Color HEX #295C44 Green Pea

📋 copy color: '#295C44'

red 41 ◦ green 92 ◦ blue 68

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

Shades of Green Pea #295C44

Tints of Green Pea #295C44

RGB

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

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

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

R = 20.4%
G = 45.77%
B = 33.83%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.26

 K value IS 0.64

RGB Variations

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

Color information

#295C44 (or 0x295C44) is known color: Green Pea. HEX triplet: 29, 5C and 44. RGB value is (41,92,68). Sum of RGB (Red+Green+Blue) = 41+92+68=201 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.40% from 201); Green value is 92 (36.33% from 255 or 45.77% from 201); Blue value is 68 (26.95% from 255 or 33.83% from 201); Max value from RGB is 92 - color contains mainly: green. Hex color #295C44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295C44 is #D6A3BB. Grayscale: #4A4A4A. Windows color (decimal): -14066620 or 4480041. OLE color: 4480041.

HSL color Cylindrical-coordinate representation of color #295C44: hue angle of 151.76º 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 #295C44 is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.64.

Color convert

RGB 41 92 68 -
CMYK 0.55 0 0.26 0.64
HSL 151.76º 0.38% 0.26% -
HSV(B) 151.76º 0.55% 0.36% -
XYZ 5.78 8.54 6.81 -
YUV 74.02 124.6 104.45 -
System Red Green Blue C M Y K H S L
Decimal 41 92 68 0.55 0 0.26 0.64 151.76 0.38 0.26
Hex 29 5C 44 37 0 1A 40 98 26 1A
Octal 51 134 104 67 0 32 100 230 46 32
Binary 101001 1011100 1000100 110111 0 11010 1000000 10011000 100110 11010

Color Harmonies of #295C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295C44

Black with #295C44

Text Example


Text Example

White with #295C44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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