Html Css Color HEX #2F6647 Green Pea

📋 copy color: '#2F6647'

red 47 ◦ green 102 ◦ blue 71

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

Shades of Green Pea #2F6647

Tints of Green Pea #2F6647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 32.27%

R = 21.36%
G = 46.36%
B = 32.27%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.30

 K value IS 0.6

RGB Variations

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

Color information

#2F6647 (or 0x2F6647) is known color: Green Pea. HEX triplet: 2F, 66 and 47. RGB value is (47,102,71). Sum of RGB (Red+Green+Blue) = 47+102+71=220 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.36% from 220); Green value is 102 (40.23% from 255 or 46.36% from 220); Blue value is 71 (28.12% from 255 or 32.27% from 220); Max value from RGB is 102 - color contains mainly: green. Hex color #2F6647 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6647 is #D099B8. Grayscale: #525252. Windows color (decimal): -13670841 or 4679215. OLE color: 4679215.

HSL color Cylindrical-coordinate representation of color #2F6647: hue angle of 146.18º 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 #2F6647 is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.6.

Color convert

RGB 47 102 71 -
CMYK 0.54 0 0.30 0.6
HSL 146.18º 0.37% 0.29% -
HSV(B) 146.18º 0.54% 0.4% -
XYZ 7.06 10.56 7.63 -
YUV 82.02 121.78 103.02 -
System Red Green Blue C M Y K H S L
Decimal 47 102 71 0.54 0 0.30 0.6 146.18 0.37 0.29
Hex 2F 66 47 36 0 1E 3C 92 25 1D
Octal 57 146 107 66 0 36 74 222 45 35
Binary 101111 1100110 1000111 110110 0 11110 111100 10010010 100101 11101

Color Harmonies of #2F6647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6647

Black with #2F6647

Text Example


Text Example

White with #2F6647

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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