Html Css Color HEX #2F6042 Green Pea

📋 copy color: '#2F6042'

red 47 ◦ green 96 ◦ blue 66

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

Shades of Green Pea #2F6042

Tints of Green Pea #2F6042

RGB

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

 GREEN value IS 96 (37.89% from 255) = 45.93%

 BLUE value IS 66 (26.17% from 255) = 31.58%

R = 22.49%
G = 45.93%
B = 31.58%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#2F6042 (or 0x2F6042) is known color: Green Pea. HEX triplet: 2F, 60 and 42. RGB value is (47,96,66). Sum of RGB (Red+Green+Blue) = 47+96+66=209 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.49% from 209); Green value is 96 (37.89% from 255 or 45.93% from 209); Blue value is 66 (26.17% from 255 or 31.58% from 209); Max value from RGB is 96 - color contains mainly: green. Hex color #2F6042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6042 is #D09FBD. Grayscale: #4E4E4E. Windows color (decimal): -13672382 or 4349999. OLE color: 4349999.

HSL color Cylindrical-coordinate representation of color #2F6042: hue angle of 143.27º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2F6042 is Cyan = 0.51, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB 47 96 66 -
CMYK 0.51 0 0.31 0.62
HSL 143.27º 0.34% 0.28% -
HSV(B) 143.27º 0.51% 0.38% -
XYZ 6.34 9.36 6.63 -
YUV 77.93 121.27 105.94 -
System Red Green Blue C M Y K H S L
Decimal 47 96 66 0.51 0 0.31 0.62 143.27 0.34 0.28
Hex 2F 60 42 33 0 1F 3E 8F 22 1C
Octal 57 140 102 63 0 37 76 217 42 34
Binary 101111 1100000 1000010 110011 0 11111 111110 10001111 100010 11100

Color Harmonies of #2F6042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6042

Black with #2F6042

Text Example


Text Example

White with #2F6042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,96,66); }

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

background-color css

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

 a { background-color: rgb(47,96,66); }

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

border-color css

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

 span { border-color: rgb(47,96,66); }

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