Html Css Color HEX #297148 Green Pea

📋 copy color: '#297148'

red 41 ◦ green 113 ◦ blue 72

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

Shades of Green Pea #297148

Tints of Green Pea #297148

RGB

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

 GREEN value IS 113 (44.53% from 255) = 50%

 BLUE value IS 72 (28.52% from 255) = 31.86%

R = 18.14%
G = 50%
B = 31.86%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#297148 (or 0x297148) is known color: Green Pea. HEX triplet: 29, 71 and 48. RGB value is (41,113,72). Sum of RGB (Red+Green+Blue) = 41+113+72=226 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.14% from 226); Green value is 113 (44.53% from 255 or 50% from 226); Blue value is 72 (28.52% from 255 or 31.86% from 226); Max value from RGB is 113 - color contains mainly: green. Hex color #297148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297148 is #D68EB7. Grayscale: #565656. Windows color (decimal): -14061240 or 4747561. OLE color: 4747561.

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

Color convert

RGB 41 113 72 -
CMYK 0.64 0 0.36 0.56
HSL 145.83º 0.47% 0.3% -
HSV(B) 145.83º 0.64% 0.44% -
XYZ 7.99 12.75 8.17 -
YUV 86.8 119.65 95.33 -
System Red Green Blue C M Y K H S L
Decimal 41 113 72 0.64 0 0.36 0.56 145.83 0.47 0.3
Hex 29 71 48 40 0 24 38 92 2F 1E
Octal 51 161 110 100 0 44 70 222 57 36
Binary 101001 1110001 1001000 1000000 0 100100 111000 10010010 101111 11110

Color Harmonies of #297148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297148

Black with #297148

Text Example


Text Example

White with #297148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297148; }

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

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

background-color css

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

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

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

border-color css

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

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

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