Html Css Color HEX #2F7145 Green Pea

📋 copy color: '#2F7145'

red 47 ◦ green 113 ◦ blue 69

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

Shades of Green Pea #2F7145

Tints of Green Pea #2F7145

RGB

 RED value IS 47 (18.75% from 255) = 20.52%

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

 BLUE value IS 69 (27.34% from 255) = 30.13%

R = 20.52%
G = 49.34%
B = 30.13%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#2F7145 (or 0x2F7145) is known color: Green Pea. HEX triplet: 2F, 71 and 45. RGB value is (47,113,69). Sum of RGB (Red+Green+Blue) = 47+113+69=229 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.52% from 229); Green value is 113 (44.53% from 255 or 49.34% from 229); Blue value is 69 (27.34% from 255 or 30.13% from 229); Max value from RGB is 113 - color contains mainly: green. Hex color #2F7145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7145 is #D08EBA. Grayscale: #585858. Windows color (decimal): -13668027 or 4550959. OLE color: 4550959.

HSL color Cylindrical-coordinate representation of color #2F7145: hue angle of 140º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2F7145 is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB 47 113 69 -
CMYK 0.58 0 0.39 0.56
HSL 140º 0.41% 0.31% -
HSV(B) 140º 0.58% 0.44% -
XYZ 8.15 12.84 7.68 -
YUV 88.25 117.13 98.58 -
System Red Green Blue C M Y K H S L
Decimal 47 113 69 0.58 0 0.39 0.56 140 0.41 0.31
Hex 2F 71 45 3A 0 27 38 8C 29 1F
Octal 57 161 105 72 0 47 70 214 51 37
Binary 101111 1110001 1000101 111010 0 100111 111000 10001100 101001 11111

Color Harmonies of #2F7145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7145

Black with #2F7145

Text Example


Text Example

White with #2F7145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F7145; }

 p { color: rgb(47,113,69); }

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

background-color css

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

 a { background-color: rgb(47,113,69); }

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

border-color css

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

 span { border-color: rgb(47,113,69); }

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