#2F5844

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

Shades of Green Pea #2F5844

Tints of Green Pea #2F5844

Color information

#2F5844 (or 0x2F5844) is unknown color: approx Green Pea. HEX triplet: 2F, 58 and 44. RGB value is (47,88,68). Sum of RGB (Red+Green+Blue) = 47+88+68=203 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.15% from 203); Green value is 88 (34.77% from 255 or 43.35% from 203); Blue value is 68 (26.95% from 255 or 33.50% from 203); Max value from RGB is 88 - color contains mainly: green. Hex color #2F5844 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5844 is #D0A7BB. Grayscale: #494949. Windows color (decimal): -13674428 or 4479023. OLE color: 4479023.

HSL color Cylindrical-coordinate representation of color #2F5844: hue angle of 150.73º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2F5844 is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.65.

Color convert

RGB478868-
CMYK0.4700.230.65
HSL150.73º30.37%26.47%-
HSV(B)150.73º46.59%34.51%-
XYZ5.7186.71-
YUV73.46124.92109.13-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.15%
GREEN value IS 88 (34.77% from 255) = 43.35%
BLUE value IS 68 (26.95% from 255) = 33.50%
R=23.15%
G=43.35%
B=33.50%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4788680.4700.230.65150.7330.3726.47
Hex2F58442F01741971e1a
Octal57130104570271012273632
Binary101111101100010001001011110101111000001100101111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,88,68); }

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

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

 a { background-color: rgb(47,88,68); }

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

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

 span { border-color: rgb(47,88,68); }

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