Html Css Color HEX #2F5844 Green Pea

📋 copy color: '#2F5844'

red 47 ◦ green 88 ◦ blue 68

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

Shades of Green Pea #2F5844

Tints of Green Pea #2F5844

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.5%

R = 23.15%
G = 43.35%
B = 33.5%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.23

 K value IS 0.65

RGB Variations

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

Color information

#2F5844 (or 0x2F5844) is known color: 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

RGB 47 88 68 -
CMYK 0.47 0 0.23 0.65
HSL 150.73º 0.3% 0.26% -
HSV(B) 150.73º 0.47% 0.35% -
XYZ 5.71 8 6.71 -
YUV 73.46 124.92 109.13 -
System Red Green Blue C M Y K H S L
Decimal 47 88 68 0.47 0 0.23 0.65 150.73 0.3 0.26
Hex 2F 58 44 2F 0 17 41 97 1E 1A
Octal 57 130 104 57 0 27 101 227 36 32
Binary 101111 1011000 1000100 101111 0 10111 1000001 10010111 11110 11010

Color Harmonies of #2F5844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5844

Black with #2F5844

Text Example


Text Example

White with #2F5844

Text Example


Text Example

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