Html Css Color HEX #295C3F Green Pea

📋 copy color: '#295C3F'

red 41 ◦ green 92 ◦ blue 63

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

Shades of Green Pea #295C3F

Tints of Green Pea #295C3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 32.14%

R = 20.92%
G = 46.94%
B = 32.14%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.32

 K value IS 0.64

RGB Variations

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

Color information

#295C3F (or 0x295C3F) is known color: Green Pea. HEX triplet: 29, 5C and 3F. RGB value is (41,92,63). Sum of RGB (Red+Green+Blue) = 41+92+63=196 (25% of max value = 765). Red value is 41 (16.41% from 255 or 20.92% from 196); Green value is 92 (36.33% from 255 or 46.94% from 196); Blue value is 63 (25% from 255 or 32.14% from 196); Max value from RGB is 92 - color contains mainly: green. Hex color #295C3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295C3F is #D6A3C0. Grayscale: #494949. Windows color (decimal): -14066625 or 4152361. OLE color: 4152361.

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

Color convert

RGB 41 92 63 -
CMYK 0.55 0 0.32 0.64
HSL 145.88º 0.38% 0.26% -
HSV(B) 145.88º 0.55% 0.36% -
XYZ 5.64 8.48 6.04 -
YUV 73.45 122.1 104.86 -
System Red Green Blue C M Y K H S L
Decimal 41 92 63 0.55 0 0.32 0.64 145.88 0.38 0.26
Hex 29 5C 3F 37 0 20 40 92 26 1A
Octal 51 134 77 67 0 40 100 222 46 32
Binary 101001 1011100 111111 110111 0 100000 1000000 10010010 100110 11010

Color Harmonies of #295C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295C3F

Black with #295C3F

Text Example


Text Example

White with #295C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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