#2F6B45

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

Shades of Green Pea #2F6B45

Tints of Green Pea #2F6B45

Color information

#2F6B45 (or 0x2F6B45) is unknown color: approx Green Pea. HEX triplet: 2F, 6B and 45. RGB value is (47,107,69). Sum of RGB (Red+Green+Blue) = 47+107+69=223 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.08% from 223); Green value is 107 (42.19% from 255 or 47.98% from 223); Blue value is 69 (27.34% from 255 or 30.94% from 223); Max value from RGB is 107 - color contains mainly: green. Hex color #2F6B45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6B45 is #D094BA. Grayscale: #545454. Windows color (decimal): -13669563 or 4549423. OLE color: 4549423.

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

Color convert

RGB4710769-
CMYK0.5600.360.58
HSL142º38.96%30.2%-
HSV(B)142º56.07%41.96%-
XYZ7.511.557.46-
YUV84.73119.12101.09-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.08%
GREEN value IS 107 (42.19% from 255) = 47.98%
BLUE value IS 69 (27.34% from 255) = 30.94%
R=21.08%
G=47.98%
B=30.94%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal47107690.5600.360.5814238.9630.2
Hex2F6B45380243A8e271e
Octal5715310570044722164736
Binary1011111101011100010111100001001001110101000111010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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