Html Css Color HEX #295F43 Green Pea

📋 copy color: '#295F43'

red 41 ◦ green 95 ◦ blue 67

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

Shades of Green Pea #295F43

Tints of Green Pea #295F43

RGB

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

 GREEN value IS 95 (37.5% from 255) = 46.8%

 BLUE value IS 67 (26.56% from 255) = 33%

R = 20.2%
G = 46.8%
B = 33%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.29

 K value IS 0.63

RGB Variations

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

Color information

#295F43 (or 0x295F43) is known color: Green Pea. HEX triplet: 29, 5F and 43. RGB value is (41,95,67). Sum of RGB (Red+Green+Blue) = 41+95+67=203 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.20% from 203); Green value is 95 (37.5% from 255 or 46.80% from 203); Blue value is 67 (26.56% from 255 or 33.00% from 203); Max value from RGB is 95 - color contains mainly: green. Hex color #295F43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295F43 is #D6A0BC. Grayscale: #4B4B4B. Windows color (decimal): -14065853 or 4415273. OLE color: 4415273.

HSL color Cylindrical-coordinate representation of color #295F43: hue angle of 148.89º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #295F43 is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.63.

Color convert

RGB 41 95 67 -
CMYK 0.57 0 0.29 0.63
HSL 148.89º 0.4% 0.27% -
HSV(B) 148.89º 0.57% 0.37% -
XYZ 6.02 9.06 6.74 -
YUV 75.66 123.11 103.28 -
System Red Green Blue C M Y K H S L
Decimal 41 95 67 0.57 0 0.29 0.63 148.89 0.4 0.27
Hex 29 5F 43 39 0 1D 3F 95 28 1B
Octal 51 137 103 71 0 35 77 225 50 33
Binary 101001 1011111 1000011 111001 0 11101 111111 10010101 101000 11011

Color Harmonies of #295F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295F43

Black with #295F43

Text Example


Text Example

White with #295F43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,95,67); }

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

background-color css

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

 a { background-color: rgb(41,95,67); }

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

border-color css

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

 span { border-color: rgb(41,95,67); }

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