Html Css Color HEX #295F42 Green Pea

📋 copy color: '#295F42'

red 41 ◦ green 95 ◦ blue 66

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

Shades of Green Pea #295F42

Tints of Green Pea #295F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 32.67%

R = 20.3%
G = 47.03%
B = 32.67%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.31

 K value IS 0.63

RGB Variations

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

Color information

#295F42 (or 0x295F42) is known color: Green Pea. HEX triplet: 29, 5F and 42. RGB value is (41,95,66). Sum of RGB (Red+Green+Blue) = 41+95+66=202 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.30% from 202); Green value is 95 (37.5% from 255 or 47.03% from 202); Blue value is 66 (26.17% from 255 or 32.67% from 202); Max value from RGB is 95 - color contains mainly: green. Hex color #295F42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295F42 is #D6A0BD. Grayscale: #4B4B4B. Windows color (decimal): -14065854 or 4349737. OLE color: 4349737.

HSL color Cylindrical-coordinate representation of color #295F42: hue angle of 147.78º 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 #295F42 is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.63.

Color convert

RGB 41 95 66 -
CMYK 0.57 0 0.31 0.63
HSL 147.78º 0.4% 0.27% -
HSV(B) 147.78º 0.57% 0.37% -
XYZ 5.99 9.05 6.59 -
YUV 75.55 122.61 103.36 -
System Red Green Blue C M Y K H S L
Decimal 41 95 66 0.57 0 0.31 0.63 147.78 0.4 0.27
Hex 29 5F 42 39 0 1F 3F 94 28 1B
Octal 51 137 102 71 0 37 77 224 50 33
Binary 101001 1011111 1000010 111001 0 11111 111111 10010100 101000 11011

Color Harmonies of #295F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295F42

Black with #295F42

Text Example


Text Example

White with #295F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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