Html Css Color HEX #297048 Green Pea

📋 copy color: '#297048'

red 41 ◦ green 112 ◦ blue 72

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

Shades of Green Pea #297048

Tints of Green Pea #297048

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 value IS 0.63

 M value IS 0

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#297048 (or 0x297048) is known color: 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

RGB 41 112 72 -
CMYK 0.63 0 0.36 0.56
HSL 146.2º 0.46% 0.3% -
HSV(B) 146.2º 0.63% 0.44% -
XYZ 7.88 12.53 8.13 -
YUV 86.21 119.98 95.75 -
System Red Green Blue C M Y K H S L
Decimal 41 112 72 0.63 0 0.36 0.56 146.2 0.46 0.3
Hex 29 70 48 3F 0 24 38 92 2E 1E
Octal 51 160 110 77 0 44 70 222 56 36
Binary 101001 1110000 1001000 111111 0 100100 111000 10010010 101110 11110

Color Harmonies of #297048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297048

Black with #297048

Text Example


Text Example

White with #297048

Text Example


Text Example

HTML Codes & Css Web 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>