Html Css Color HEX #2F6648 Green Pea

📋 copy color: '#2F6648'

red 47 ◦ green 102 ◦ blue 72

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

Shades of Green Pea #2F6648

Tints of Green Pea #2F6648

RGB

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

 GREEN value IS 102 (40.23% from 255) = 46.15%

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

R = 21.27%
G = 46.15%
B = 32.58%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.29

 K value IS 0.6

RGB Variations

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

Color information

#2F6648 (or 0x2F6648) is known color: Green Pea. HEX triplet: 2F, 66 and 48. RGB value is (47,102,72). Sum of RGB (Red+Green+Blue) = 47+102+72=221 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.27% from 221); Green value is 102 (40.23% from 255 or 46.15% from 221); Blue value is 72 (28.52% from 255 or 32.58% from 221); Max value from RGB is 102 - color contains mainly: green. Hex color #2F6648 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6648 is #D099B7. Grayscale: #525252. Windows color (decimal): -13670840 or 4744751. OLE color: 4744751.

HSL color Cylindrical-coordinate representation of color #2F6648: hue angle of 147.27º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2F6648 is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.6.

Color convert

RGB 47 102 72 -
CMYK 0.54 0 0.29 0.6
HSL 147.27º 0.37% 0.29% -
HSV(B) 147.27º 0.54% 0.4% -
XYZ 7.09 10.57 7.8 -
YUV 82.14 122.28 102.94 -
System Red Green Blue C M Y K H S L
Decimal 47 102 72 0.54 0 0.29 0.6 147.27 0.37 0.29
Hex 2F 66 48 36 0 1D 3C 93 25 1D
Octal 57 146 110 66 0 35 74 223 45 35
Binary 101111 1100110 1001000 110110 0 11101 111100 10010011 100101 11101

Color Harmonies of #2F6648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6648

Black with #2F6648

Text Example


Text Example

White with #2F6648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,102,72); }

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

background-color css

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

 a { background-color: rgb(47,102,72); }

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

border-color css

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

 span { border-color: rgb(47,102,72); }

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