#297048

Color #297048 Green Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Pea #297048

Tints of Green Pea #297048

Color information

#297048 (or 0x297048) is unknown color: approx Green Pea. HEX triplet: 29, 70 and 48. RGB value is (41,112,72). Sum of RGB (Red+Green+Blue) = 41+112+72=225 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.22% from 225); Green value is 112 (44.14% from 255 or 49.78% from 225); Blue value is 72 (28.52% from 255 or 32% from 225); Max value from RGB is 112 - color contains mainly: green. Hex color #297048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297048 is #D68FB7. Grayscale: #565656. Windows color (decimal): -14061496 or 4747305. OLE color: 4747305.

HSL color Cylindrical-coordinate representation of color #297048: hue angle of 146.2º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #297048 is Cyan = 0.63, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB4111272-
CMYK0.6300.360.56
HSL146.2º46.41%30%-
HSV(B)146.2º63.39%43.92%-
XYZ7.8812.538.13-
YUV86.21119.9895.75-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.22%
GREEN value IS 112 (44.14% from 255) = 49.78%
BLUE value IS 72 (28.52% from 255) = 32%
R=18.22%
G=49.78%
B=32%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41112720.6300.360.56146.246.4130
Hex2970483F02438922e1e
Octal5116011077044702225636
Binary1010011110000100100011111101001001110001001001010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297048; }

 p { color: rgb(41,112,72); }

 H1.HeaderClassName
 {
   color: #297048;
 }
 .AnyTagClassName
 {
   color: #297048;
 }
</style>
background-color css

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

 a { background-color: rgb(41,112,72); }

 div.DivClassName
 {
   background-color: #297048;
 }
 .BgClassName
 {
   background-color: #297048;
 }
</style>
border-color css

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

 span { border-color: rgb(41,112,72); }

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